Skip to content

Expose OpenAI compatible API with some extra goodies

Notifications You must be signed in to change notification settings

YourTechBud/inferix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inferix

Description

Inferix is a wrapper on top of Ollama. It aims to expose an OpenAI compatible API with some extra goodies. It currently supports:

  1. OpenAI compatible RestAPI on top of Ollama.
  2. LLM powered function calling.
  3. Streaming response laterally.
  4. Maintaining conversation history like AutoGen on the server.

Table of Contents

Installation

To install and run Inferix, follow these steps:

  1. Clone the repository: git clone https://github.com/YourTechBud/inferix.git
  2. Navigate to the project directory: cd inferix
  3. Install the dependencies: poetry install

Usage

To start Inferix, run the following command:

poetry run start

About

Expose OpenAI compatible API with some extra goodies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published