TejAndrewsACC commited on
Commit
d305165
·
verified ·
1 Parent(s): d7c872d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -8,6 +8,7 @@ import os
8
  hf_token = os.getenv("HF_TOKEN").strip()
9
  api_key = os.getenv("HF_KEY").strip()
10
  api_token = os.environ["API_TOKEN"].strip() # Strip whitespace from the token
 
11
 
12
  API_HEADERS = {
13
  "Content-Type": "application/json",
 
8
  hf_token = os.getenv("HF_TOKEN").strip()
9
  api_key = os.getenv("HF_KEY").strip()
10
  api_token = os.environ["API_TOKEN"].strip() # Strip whitespace from the token
11
+ API_URL = "https://api.hyperbolic.xyz/v1/chat/completions"
12
 
13
  API_HEADERS = {
14
  "Content-Type": "application/json",