Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -98,7 +98,7 @@ class BasicAgent:
|
|
| 98 |
# headers = {
|
| 99 |
# "Accept": "application/json",
|
| 100 |
# "Content-Type": "application/json",
|
| 101 |
-
# "Authorization": "Bearer
|
| 102 |
# }
|
| 103 |
# response = requests.post(url, headers=headers, data=json.dumps(payload))
|
| 104 |
|
|
|
|
| 98 |
# headers = {
|
| 99 |
# "Accept": "application/json",
|
| 100 |
# "Content-Type": "application/json",
|
| 101 |
+
# "Authorization": "Bearer API KEY"
|
| 102 |
# }
|
| 103 |
# response = requests.post(url, headers=headers, data=json.dumps(payload))
|
| 104 |
|