hertogateis commited on
Commit
8bcba39
·
verified ·
1 Parent(s): c6e9b24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import os
7
  API_URL = "https://api.hyperbolic.xyz/v1/chat/completions"
8
  API_HEADERS = {
9
  "Content-Type": "application/json",
10
- "Authorization": "Token {os.environ['API_TOKEN']}"
11
  }
12
 
13
  print("API_HEADERS:", API_HEADERS)
 
7
  API_URL = "https://api.hyperbolic.xyz/v1/chat/completions"
8
  API_HEADERS = {
9
  "Content-Type": "application/json",
10
+ "Authorization": f"Bearer {os.environ['API_TOKEN']}"
11
  }
12
 
13
  print("API_HEADERS:", API_HEADERS)