Skip to content

jzanillo/ellmo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EllmO

E[nhanced]llm[O]perator

EllmO is a drop-in replacement for OpenAI's API chat completion endpoint.

Installation

  1. Clone the repository

  2. Install packages with Poetry:

    poetry install

    Alternatively, you can create and activate a virtual environment, then install the dependencies:

    python -m venv venv
    source venv/bin/activate
    pip install -r requirements.txt
  3. Create a .env file in the root directory and add your OpenAI API key:

    OPENAI_API_KEY=your_openai_api_key

Usage

  1. Run the FastAPI server:
    (poetry run) python main.py

About

[E]nhanced-LLM-[O]perator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published