shukdevdatta123 commited on
Commit
486e34d
·
verified ·
1 Parent(s): ad4105e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ class DeepDreamInterpreter:
29
  self.api_key = None
30
  return f"API configuration failed: {str(e)}"
31
 
32
- def _make_api_call(self, messages, model="google/gemini-2.5-flash-preview:thinking"):
33
  """Make an API call to OpenRouter with proper error handling"""
34
  if not self.client:
35
  raise ValueError("API client not configured")
 
29
  self.api_key = None
30
  return f"API configuration failed: {str(e)}"
31
 
32
+ def _make_api_call(self, messages, model="google/gemini-2.0-flash-exp:free"):
33
  """Make an API call to OpenRouter with proper error handling"""
34
  if not self.client:
35
  raise ValueError("API client not configured")