Skip to content

Commit 9567d12

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

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
@@ -23,7 +23,7 @@
2323
MODEL_ID = os.getenv("LLM_MODEL", "default")
2424

2525
# Get the API key for the LLM
26-
# For development, you can use your local API key. In production, the LLM gateway service will override the need for it.
26+
# For development, you have the option to use your local API key. In production, the LLM gateway service will override the need for it.
2727
def get_api_key():
2828
return os.getenv("OPENAI_API_KEY", "")
2929

0 commit comments

Comments
 (0)