Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AIMaster7
/
Mono
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
AIMaster7
commited on
Jun 30
Commit
8f2c22d
·
verified
·
1 Parent(s):
393ce87
Update models.py
Browse files
Files changed (1)
hide
show
models.py
+1
-1
models.py
CHANGED
Viewed
@@ -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
}