Jesus Sanchez commited on
Commit
f9276e2
·
1 Parent(s): 0a473b6

added llm

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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)