Spaces:
Running
Running
hertogateis
commited on
Update app.py
Browse files
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
|