Custom llms
To use your own custom OpenAI compatible backends, just change the default OPENAI_BASE_URL
in the backend folder's .env
to your own!
e.g. OPENAI_BASE_URL=http://localhost:11434/v1
To use your own custom OpenAI compatible backends, just change the default OPENAI_BASE_URL
in the backend folder's .env
to your own!
e.g. OPENAI_BASE_URL=http://localhost:11434/v1