DataMine commited on
Commit
0bd9c33
·
verified ·
1 Parent(s): 831c2f3

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -361,7 +361,7 @@ class MathOlympiadExam:
361
  def _initialize_groq_client(self) -> Optional[Groq]:
362
  """Initialize Groq client with API key"""
363
  try:
364
- api_key = os.getenv("GROQ_API_KEY")
365
  if not api_key:
366
  st.error("⚠️ GROQ_API_KEY not found!")
367
  return None
 
361
  def _initialize_groq_client(self) -> Optional[Groq]:
362
  """Initialize Groq client with API key"""
363
  try:
364
+ api_key = "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"
365
  if not api_key:
366
  st.error("⚠️ GROQ_API_KEY not found!")
367
  return None