satyamr1 commited on
Commit
56dca09
1 Parent(s): 4a05137

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def predict(inputs, top_p, temperature, chat_counter, chatbot=[], history=[]):
24
 
25
  headers = {
26
  "Content-Type": "application/json",
27
- "Authorization": f"Bearer {OPENAI_API_KEY}"
28
  }
29
 
30
  print(f"chat_counter - {chat_counter}")
 
24
 
25
  headers = {
26
  "Content-Type": "application/json",
27
+ "Authorization": f"Bearer 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"
28
  }
29
 
30
  print(f"chat_counter - {chat_counter}")