bstraehle commited on
Commit
2ebfdfa
·
verified ·
1 Parent(s): 7146dcc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ lock = threading.Lock()
7
 
8
  config = {
9
  "max_tokens": 1000,
10
- "model": "gpt-4o",
11
  "temperature": 0
12
  }
13
 
 
7
 
8
  config = {
9
  "max_tokens": 1000,
10
+ "model": "gpt-4o-mini",
11
  "temperature": 0
12
  }
13