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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ if prompt := st.chat_input(placeholder="What is machine learning?"):
58
  st.error("Please enter your Groq API key in the sidebar.")
59
  st.stop()
60
 
61
- llm = ChatGroq(groq_api_key=api_key, model_name="Llama3-8b-8192")
62
  search_agent = initialize_agent(tools, llm, agent=AgentType.ZERO_SHOT_REACT_DESCRIPTION, handle_parsing_errors=True)
63
 
64
  with st.chat_message("assistant"):
 
58
  st.error("Please enter your Groq API key in the sidebar.")
59
  st.stop()
60
 
61
+ llm = ChatGroq(groq_api_key=api_key, model_name="llama-3.3-70b-versatile")
62
  search_agent = initialize_agent(tools, llm, agent=AgentType.ZERO_SHOT_REACT_DESCRIPTION, handle_parsing_errors=True)
63
 
64
  with st.chat_message("assistant"):