Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ def handle_llm_call():
|
|
41 |
url = 'https://severian-anything.hf.space/api/v1/workspace/scoreboard/chat'
|
42 |
headers = {
|
43 |
'accept': 'application/json',
|
44 |
-
'Authorization': 'Bearer
|
45 |
'Content-Type': 'application/json'
|
46 |
}
|
47 |
payload = {
|
|
|
41 |
url = 'https://severian-anything.hf.space/api/v1/workspace/scoreboard/chat'
|
42 |
headers = {
|
43 |
'accept': 'application/json',
|
44 |
+
'Authorization': 'Bearer TYQYM46-RPCMQ98-GCGJMNB-Q23K6HC', # Replace with actual token securely
|
45 |
'Content-Type': 'application/json'
|
46 |
}
|
47 |
payload = {
|