We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 775f879 commit 06e692bCopy full SHA for 06e692b
examples/clients/simple-chatbot/mcp_simple_chatbot/main.py
@@ -23,7 +23,7 @@ class Configuration:
23
def __init__(self) -> None:
24
"""Initialize configuration with environment variables."""
25
self.load_env()
26
- self.api_key = os.getenv("GROQ_API_KEY")
+ self.api_key = os.getenv("LLM_API_KEY")
27
28
@staticmethod
29
def load_env() -> None:
0 commit comments