Spaces:
Running
Running
Sunyoung Hwang
commited on
Commit
·
9fa07bf
1
Parent(s):
c0531f2
Update app.py
Browse files
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() == '':
|