Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ExpertPrompters
/
AskIDF
like
1
Sleeping
App
Files
Files
Fetching metadata from the HF Docker repository...
Jesus Sanchez
commited on
Jul 20, 2023
Commit
f9276e2
·
1 Parent(s):
0a473b6
added llm
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -115,4 +115,4 @@ llm=OpenAI(temperature=0)
115
116
117
chat = idf_chat.Chat()
118
-
chat.get_input(get_response)
115
116
117
chat = idf_chat.Chat()
118
+
chat.get_input(get_response
, llm
)