Update app.py
Browse files
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-
|
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")
|