Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = "
|
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?", []],
|