Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ model = HfApiModel(
|
|
| 10 |
model_id="Qwen/Qwen3-235B-A22B",
|
| 11 |
api_key=os.getenv("HFT") # Ensure this environment variable is set
|
| 12 |
)
|
| 13 |
-
model = LiteLLMModel(model_id="gemini
|
| 14 |
|
| 15 |
|
| 16 |
# (Keep Constants as is)
|
|
|
|
| 10 |
model_id="Qwen/Qwen3-235B-A22B",
|
| 11 |
api_key=os.getenv("HFT") # Ensure this environment variable is set
|
| 12 |
)
|
| 13 |
+
model = LiteLLMModel(model_id="gemini-2.0-flash", api_key="AIzaSyBpsU33A_YjENSF8xx91eGCo19jIi7BIIQ",max_retries=3)
|
| 14 |
|
| 15 |
|
| 16 |
# (Keep Constants as is)
|