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