ShermanAI commited on
Commit
c347b33
·
1 Parent(s): e503ae7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def predict(message, history):
32
  partial_message = partial_message + chunk['choices'][0]['delta']['content']
33
  yield partial_message
34
 
35
- title = "ChatSherman2.0"
36
  description = "This is an AI chatbot powered by ShermanAI. Enter your question below to get started."
37
  examples = [
38
  ["What is ChatSherman, and how does it work?", []],
 
32
  partial_message = partial_message + chunk['choices'][0]['delta']['content']
33
  yield partial_message
34
 
35
+ title = "ChatSherman-2.0"
36
  description = "This is an AI chatbot powered by ShermanAI. Enter your question below to get started."
37
  examples = [
38
  ["What is ChatSherman, and how does it work?", []],