Update app.py
Browse files
app.py
CHANGED
@@ -175,7 +175,8 @@ def openai_chat_avatar(text_prompt):
|
|
175 |
|
176 |
def ryzedb_chat_avatar(question, app_id):
|
177 |
url = "https://inference.dev.ryzeai.ai/chat/stream"
|
178 |
-
question = question + ". Summarize
|
|
|
179 |
payload = json.dumps({
|
180 |
"input": {
|
181 |
"chat_history": [],
|
|
|
175 |
|
176 |
def ryzedb_chat_avatar(question, app_id):
|
177 |
url = "https://inference.dev.ryzeai.ai/chat/stream"
|
178 |
+
question = question + ". Summarize the answer in one line."
|
179 |
+
print("question",question)
|
180 |
payload = json.dumps({
|
181 |
"input": {
|
182 |
"chat_history": [],
|