Aranwer commited on
Commit
09e445b
·
verified ·
1 Parent(s): c3c90ff

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +2 -2
src/streamlit_app.py CHANGED
@@ -7,8 +7,8 @@ import requests
7
  import numpy as np
8
 
9
  # API Keys
10
- os.environ["MISTRAL_API_KEY"] = "your-mistral-key"
11
- os.environ["GROQ_API_KEY"] = "your-groq-key"
12
 
13
  # Game State
14
  if "state" not in st.session_state:
 
7
  import numpy as np
8
 
9
  # API Keys
10
+ os.environ["MISTRAL_API_KEY"] = "cNjUx79Hl0A2AeiAMf6yi7o7ah4APoZy"
11
+ os.environ["GROQ_API_KEY"] = "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"
12
 
13
  # Game State
14
  if "state" not in st.session_state: