fix(fastapi): changes custom llm url env name
This commit is contained in:
parent
2edea1a4a1
commit
3439b42086
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