Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ def ai_output(input_text, pdf_text, prompt):
|
|
| 8 |
response = requests.post(
|
| 9 |
url="https://api.aimlapi.com/chat/completions",
|
| 10 |
headers={
|
| 11 |
-
"Authorization": "Bearer
|
| 12 |
"Content-Type": "application/json",
|
| 13 |
},
|
| 14 |
data=json.dumps(
|
|
|
|
| 8 |
response = requests.post(
|
| 9 |
url="https://api.aimlapi.com/chat/completions",
|
| 10 |
headers={
|
| 11 |
+
"Authorization": "Bearer 6cb41c23403144868c5befe28e649fc4",
|
| 12 |
"Content-Type": "application/json",
|
| 13 |
},
|
| 14 |
data=json.dumps(
|