fix(fastapi): changes custom llm url env name

This commit is contained in:
sauravniraula 2025-07-26 21:22:04 +05:45
parent 2edea1a4a1
commit 3439b42086
No known key found for this signature in database
GPG key ID: 60FCC1B5A5E83326

View file

@ -30,7 +30,7 @@ def get_ollama_url_env():
def get_custom_llm_url_env():
return os.getenv("CUSTOM_URL")
return os.getenv("CUSTOM_LLM_URL")
def get_openai_api_key_env():