hertogateis commited on
Commit
18d121c
·
verified ·
1 Parent(s): cc8cc5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2,11 +2,11 @@ import streamlit as st
2
  import requests
3
 
4
  # Third-party API endpoint and headers
5
- API_KEY = st.secrets["API_KEY"]
6
  API_URL = "https://api.hyperbolic.xyz/v1/chat/completions"
7
  API_HEADERS = {
8
  "Content-Type": "application/json",
9
- "Authorization": "Bearer {API_KEY}"
10
  }
11
 
12
  # Define the bot's persona
 
2
  import requests
3
 
4
  # Third-party API endpoint and headers
5
+ #API_KEY = st.secrets["API_KEY"]
6
  API_URL = "https://api.hyperbolic.xyz/v1/chat/completions"
7
  API_HEADERS = {
8
  "Content-Type": "application/json",
9
+ "Authorization": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJtaXRyYWxlc3RhcmlwZXJzYWRhQGdtYWlsLmNvbSIsImlhdCI6MTczNjUwMzQxMX0.yuIoZsH1jouAlixx_h_eQ-bltZ1sg4alrJHMHr1axvA"
10
  }
11
 
12
  # Define the bot's persona