A snappy, keyboard-centric terminal user interface for interacting with large language models. Chat with ChatGPT, Claude, Llama 3, Phi 3, Mistral, Gemma and more.
Apache License 2.0
1.86k
stars
115
forks
source link
How to properly configure elia to use OpenAI with `api_base` #73
If I set the environment variables
OPENAI_API_KEY
andOPENAI_BASE_URL
, I can successfully run this python script:However when I try to use the same values in elia's config:
I get a
500: internal server error from OpenAI
.What am I doing wrong here that makes the two inconsistent?