Spaces:
Running
Running
Update app.py
#14
by
sosoai - opened
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 {
|
| 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() == '':
|