Spaces:
Runtime error
Runtime error
Update backend/models.py
Browse files- backend/models.py +1 -1
backend/models.py
CHANGED
|
@@ -81,7 +81,7 @@ class LLMFinanceAnalyzer:
|
|
| 81 |
else:
|
| 82 |
logger.warning("GEMINI_API_KEY not found, Gemini client not initialized.")
|
| 83 |
|
| 84 |
-
|
| 85 |
|
| 86 |
def _get_client_for_model(self, model_name: str) -> Optional[AsyncOpenAI]:
|
| 87 |
"""Selects the appropriate client based on the model name."""
|
|
|
|
| 81 |
else:
|
| 82 |
logger.warning("GEMINI_API_KEY not found, Gemini client not initialized.")
|
| 83 |
|
| 84 |
+
|
| 85 |
|
| 86 |
def _get_client_for_model(self, model_name: str) -> Optional[AsyncOpenAI]:
|
| 87 |
"""Selects the appropriate client based on the model name."""
|