ysharma HF Staff commited on
Commit
7baf99e
·
1 Parent(s): 85d08a7
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ from langchain.tools import AIPluginTool
26
  # Example system message : system = SystemMessage(content = "You are a helpful AI assistant")
27
 
28
  # driver
29
- def predict(user_input, chatbot):
30
 
31
  chat = ChatOpenAI(temperature=1.0, streaming=True, model='gpt-3.5-turbo-0613')
32
  messages=[]
 
26
  # Example system message : system = SystemMessage(content = "You are a helpful AI assistant")
27
 
28
  # driver
29
+ def predict_old(user_input, chatbot):
30
 
31
  chat = ChatOpenAI(temperature=1.0, streaming=True, model='gpt-3.5-turbo-0613')
32
  messages=[]