bstraehle commited on
Commit
7af05a8
·
verified ·
1 Parent(s): 9a1b846

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -15,6 +15,7 @@ AGENT_LLAMAINDEX = "LlamaIndex"
15
 
16
  config = {
17
  "model": "gpt-4o",
 
18
  "temperature": 0
19
  }
20
 
 
15
 
16
  config = {
17
  "model": "gpt-4o",
18
+ "model_llamaindex": "gpt-4",
19
  "temperature": 0
20
  }
21