vrkforever commited on
Commit
8e13c77
·
verified ·
1 Parent(s): 0b56779

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 abc_api_key_xyz",
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(