Merge pull request #146 from presenton/fix/custom-models
fix(fastapi): changes custom llm url env name
This commit is contained in:
commit
dfa0c5977d
1 changed files with 1 additions and 1 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue