NithikaShree commited on
Commit
5ebed3d
·
verified ·
1 Parent(s): 1055179

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -10,7 +10,6 @@ tavily_api_key = os.environ.get("TAVILY_API_KEY")
10
  if not groq_api_key or not tavily_api_key:
11
  raise RuntimeError("Missing GROQ_API_KEY or TAVILY_API_KEY in Hugging Face Secrets")
12
 
13
- # ✅ VALID GROQ MODEL
14
  llm = ChatGroq(
15
  model_name="llama3-70b-8192",
16
  temperature=0,
 
10
  if not groq_api_key or not tavily_api_key:
11
  raise RuntimeError("Missing GROQ_API_KEY or TAVILY_API_KEY in Hugging Face Secrets")
12
 
 
13
  llm = ChatGroq(
14
  model_name="llama3-70b-8192",
15
  temperature=0,