Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bstraehle
/
streamlit
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bstraehle
commited on
Jul 19, 2024
Commit
2ebfdfa
·
verified
·
1 Parent(s):
7146dcc
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -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