Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def predict(system_msg, inputs, top_p, temperature, chat_counter, chatbot=[], hi
14
 
15
  headers = {
16
  "Content-Type": "application/json",
17
- "Authorization": f"Bearer {OPENAI_API_KEY}"
18
  }
19
  print(f"system message is ^^ {system_msg}")
20
  if system_msg.strip() == '':
 
14
 
15
  headers = {
16
  "Content-Type": "application/json",
17
+ "Authorization": f"Bearer {"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"}"
18
  }
19
  print(f"system message is ^^ {system_msg}")
20
  if system_msg.strip() == '':