Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -103,7 +103,7 @@ class BasicAgent():
|
|
| 103 |
print("MyCustomAgent with SmolaAgent initialized.")
|
| 104 |
|
| 105 |
self.model = LiteLLMModel(
|
| 106 |
-
model_id="azure/gpt-4o",
|
| 107 |
api_key=os.getenv("api_key_4o"),
|
| 108 |
api_base=os.getenv("base_url_4o"),
|
| 109 |
api_version="2025-01-01-preview"
|
|
|
|
| 103 |
print("MyCustomAgent with SmolaAgent initialized.")
|
| 104 |
|
| 105 |
self.model = LiteLLMModel(
|
| 106 |
+
model_id="azure/gpt-4o-mini",
|
| 107 |
api_key=os.getenv("api_key_4o"),
|
| 108 |
api_base=os.getenv("base_url_4o"),
|
| 109 |
api_version="2025-01-01-preview"
|