Spanicin commited on
Commit
8a2e4ed
·
verified ·
1 Parent(s): b2a7725

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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 your answer using the minimum words you can ever use."
 
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": [],