tonko22 commited on
Commit
40b176a
·
1 Parent(s): 0e9bb01

Remove anthropic key getter

Browse files
Files changed (1) hide show
  1. config.py +0 -1
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."""