Lulube commited on
Commit
47da42a
·
verified ·
1 Parent(s): 8c0bbdd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"