Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 994 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 994 Bytes

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