aminaj commited on
Commit
b76ac2f
·
verified ·
1 Parent(s): ec7ea44

Update BrainBot.py

Browse files
Files changed (1) hide show
  1. BrainBot.py +0 -1
BrainBot.py CHANGED
@@ -84,7 +84,6 @@ with col3:
84
  FASTAPI_URL = "http://localhost:8000/set_api_key"
85
  data = {"api_key": openai_api_key}
86
  TOKEN = os.getenv("HF_TOKEN")
87
- st.write(TOKEN)
88
  headers = {
89
  "Authorization": f"Bearer {TOKEN}", # For token-based authentication
90
  "Content-Type": "application/json"
 
84
  FASTAPI_URL = "http://localhost:8000/set_api_key"
85
  data = {"api_key": openai_api_key}
86
  TOKEN = os.getenv("HF_TOKEN")
 
87
  headers = {
88
  "Authorization": f"Bearer {TOKEN}", # For token-based authentication
89
  "Content-Type": "application/json"