Rashmi0801 commited on
Commit
d1a4641
·
verified ·
1 Parent(s): 4b4ec32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ def run_evaluation():
100
  return "No questions found", pd.DataFrame()
101
 
102
  # 2. Initialize Agent (reuse tools from cache)
103
- llm = ChatGroq(groq_api_key=api_key, model_name="Llama3-8b-8192")
104
  agent = initialize_agent(tools, llm, agent=AgentType.ZERO_SHOT_REACT_DESCRIPTION, handle_parsing_errors=True)
105
 
106
  # 3. Process Questions
 
100
  return "No questions found", pd.DataFrame()
101
 
102
  # 2. Initialize Agent (reuse tools from cache)
103
+ llm = ChatGroq(groq_api_key=api_key, model_name="llama-3.3-70b-versatile")
104
  agent = initialize_agent(tools, llm, agent=AgentType.ZERO_SHOT_REACT_DESCRIPTION, handle_parsing_errors=True)
105
 
106
  # 3. Process Questions