We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dfa822 commit 0b0e24dCopy full SHA for 0b0e24d
samples/managed-llm-provider/app/app.py
@@ -19,7 +19,7 @@
19
20
# Set the environment variables for the chat model
21
LLM_URL = os.getenv("LLM_URL", default_openai_base_url) + "chat/completions"
22
-# Fallback to OpenAI Model if not set in environment
+# Fallback LLM Model if not set in environment
23
MODEL_ID = os.getenv("LLM_MODEL", "default")
24
25
# Get the API key for the LLM
0 commit comments