Merge pull request #146 from presenton/fix/custom-models

fix(fastapi): changes custom llm url env name
This commit is contained in:
Saurav Niraula 2025-07-26 21:22:55 +05:45 committed by GitHub
commit dfa0c5977d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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():