Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
bstraehle/rag
paloliska
/
openai-llm-rag
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bstraehle
commited on
Dec 17, 2023
Commit
d5db815
·
1 Parent(s):
ec65ef4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -30,7 +30,7 @@ MONGODB_INDEX_NAME = "default"
30
31
config = {
32
"model": "gpt-4",
33
-
"rag_option": "Off"
34
"temperature": 0,
35
}
36
30
31
config = {
32
"model": "gpt-4",
33
+
"rag_option": "Off"
,
34
"temperature": 0,
35
}
36