shukdevdatta123 commited on
Commit
0b29bac
·
verified ·
1 Parent(s): 0b94d8e

Update app.py

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