Update llm_config.py

added base url
This commit is contained in:
benx13 2024-11-22 09:04:17 -08:00 committed by GitHub
parent ae2e26b1de
commit 7bce271585
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,6 +34,7 @@ LLM_CONFIG_OLLAMA = {
# New: LLM settings for OpenAI
LLM_CONFIG_OPENAI = {
"base_url": "https://api.openai.com/v1",
"llm_type": "openai",
"model_name": "gpt-4o-mini",
"api_key": "",