arthrod commited on
Commit
d1e5b5a
·
verified ·
1 Parent(s): 2790fdb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ def _(Optional, httpx, json, os):
118
  "Authorization": f"Bearer {self.api_key}",
119
  }
120
  self.endpoint = "https://openrouter.ai/api/v1/chat/completions"
121
- self.default_model = "openai/gpt-4o-mini"
122
 
123
  elif self.provider == "anthropic":
124
  self.api_key = os.environ.get("ANTHROPIC_API_KEY")
 
118
  "Authorization": f"Bearer {self.api_key}",
119
  }
120
  self.endpoint = "https://openrouter.ai/api/v1/chat/completions"
121
+ self.default_model = "openai/gpt-4.1-mini"
122
 
123
  elif self.provider == "anthropic":
124
  self.api_key = os.environ.get("ANTHROPIC_API_KEY")