KiraPGR commited on
Commit
3937a75
·
verified ·
1 Parent(s): d79086d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -23,7 +23,8 @@ openai.api_key = os.getenv("OPENAI_API_KEY")
23
  # Import things that are needed generically from langchain
24
 
25
 
26
- def predict(inputs, chatbot, system_message):
 
27
  print(inputs,chatbot,system_message)
28
 
29
  messages = []
 
23
  # Import things that are needed generically from langchain
24
 
25
 
26
+ str = "You are a discord bot called 'QuteAI', make your response like human chatting, humans do not response using lists while explaining things and don't say long sentences. "
27
+ def predict(inputs, chatbot, system_message = str):
28
  print(inputs,chatbot,system_message)
29
 
30
  messages = []