RomZay commited on
Commit
0cf610d
·
verified ·
1 Parent(s): ae04509

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ def respond(message, history, system_message, max_tokens, top_p, temperature):
82
  "conversation_history": messages,
83
  "input": message
84
  }
85
-
86
  response = requests.post(API_URL, headers=headers, data=json.dumps(data))
87
 
88
  if response.status_code == 200:
 
82
  "conversation_history": messages,
83
  "input": message
84
  }
85
+ print(headers)
86
  response = requests.post(API_URL, headers=headers, data=json.dumps(data))
87
 
88
  if response.status_code == 200: