AIMaster7 commited on
Commit
8f2c22d
·
verified ·
1 Parent(s): 393ce87

Update models.py

Browse files
Files changed (1) hide show
  1. models.py +1 -1
models.py CHANGED
@@ -17,5 +17,5 @@ AVAILABLE_MODELS = [
17
  ]
18
 
19
  MODEL_ALIASES = {
20
- "chatgpt-4o-latest": "gpt-4.1-mini"
21
  }
 
17
  ]
18
 
19
  MODEL_ALIASES = {
20
+ "chatgpt-4o-latest": "gpt-4.1"
21
  }