Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="
|
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
|