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 0b0e24d commit 9567d12Copy full SHA for 9567d12
samples/managed-llm-provider/app/app.py
@@ -23,7 +23,7 @@
23
MODEL_ID = os.getenv("LLM_MODEL", "default")
24
25
# 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.
+# For development, you have the option to use your local API key. In production, the LLM gateway service will override the need for it.
27
def get_api_key():
28
return os.getenv("OPENAI_API_KEY", "")
29
0 commit comments