Abbasid commited on
Commit
1c9a1a6
·
verified ·
1 Parent(s): 2e277ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ from llama_index.core.workflow import (
18
  from llama_index.llms.groq import Groq
19
 
20
  # --- Secret Management ---
21
- GROQ_API_KEY = os.environ.get("GROQ_API_KEY")
22
  HF_TOKEN = os.environ.get("HF_TOKEN")
23
 
24
  # --- Event and Workflow Definitions (Copied from our notebook) ---
 
18
  from llama_index.llms.groq import Groq
19
 
20
  # --- Secret Management ---
21
+ GROQ_API_KEY = os.environ.get("Groq_Token")
22
  HF_TOKEN = os.environ.get("HF_TOKEN")
23
 
24
  # --- Event and Workflow Definitions (Copied from our notebook) ---