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