mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2025-12-19 14:54:24 +01:00
fix: fix the name of the env variable
This commit is contained in:
@@ -23,7 +23,7 @@ class Configuration:
|
|||||||
def __init__(self) -> None:
|
def __init__(self) -> None:
|
||||||
"""Initialize configuration with environment variables."""
|
"""Initialize configuration with environment variables."""
|
||||||
self.load_env()
|
self.load_env()
|
||||||
self.api_key = os.getenv("GROQ_API_KEY")
|
self.api_key = os.getenv("LLM_API_KEY")
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def load_env() -> None:
|
def load_env() -> None:
|
||||||
|
|||||||
Reference in New Issue
Block a user