Spaces:
Runtime error
Runtime error
Remove anthropic key getter
Browse files
config.py
CHANGED
@@ -24,7 +24,6 @@ def load_api_keys():
|
|
24 |
"""Load API keys from environment variables."""
|
25 |
# Gemini API is the default
|
26 |
os.environ["GEMINI_API_KEY"] = os.getenv("GEMINI_API_KEY")
|
27 |
-
os.environ["ANTHROPIC_API_KEY"] = os.getenv("ANTHROPIC_API_KEY")
|
28 |
|
29 |
def get_model_id(is_test=True):
|
30 |
"""Get the appropriate model ID based on configuration."""
|
|
|
24 |
"""Load API keys from environment variables."""
|
25 |
# Gemini API is the default
|
26 |
os.environ["GEMINI_API_KEY"] = os.getenv("GEMINI_API_KEY")
|
|
|
27 |
|
28 |
def get_model_id(is_test=True):
|
29 |
"""Get the appropriate model ID based on configuration."""
|