hertogateis commited on
Commit
dfb859e
·
verified ·
1 Parent(s): f732b9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ API_KEY = st.secrets["API_KEY"]
9
  url = "https://api.hyperbolic.xyz/v1/chat/completions"
10
  headers = {
11
  "Content-Type": "application/json",
12
- "Authorization": "Bearer {API_KEY}"
13
  }
14
 
15
  # Chat history container
 
9
  url = "https://api.hyperbolic.xyz/v1/chat/completions"
10
  headers = {
11
  "Content-Type": "application/json",
12
+ "Authorization": f"Bearer {API_KEY}"
13
  }
14
 
15
  # Chat history container