Skip to content

Commit 0b0e24d

Browse files
Update comment
Co-authored-by: Linda L. <[email protected]>
1 parent 7dfa822 commit 0b0e24d

File tree

1 file changed

+1
-1
lines changed
  • samples/managed-llm-provider/app

1 file changed

+1
-1
lines changed

samples/managed-llm-provider/app/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# Set the environment variables for the chat model
2121
LLM_URL = os.getenv("LLM_URL", default_openai_base_url) + "chat/completions"
22-
# Fallback to OpenAI Model if not set in environment
22+
# Fallback LLM Model if not set in environment
2323
MODEL_ID = os.getenv("LLM_MODEL", "default")
2424

2525
# Get the API key for the LLM

0 commit comments

Comments
 (0)