Deaksh commited on
Commit
f5980c7
·
verified ·
1 Parent(s): f4d8c0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ file_path = "faiss_store_openai.pkl"
24
  main_placeholder = st.empty()
25
  llm = ChatGroq(
26
  api_key=os.environ["GROQ_API_KEY"], # This will raise an error if unset
27
- model_name="llama3-70b-8192"
28
  )
29
 
30
  def fetch_web_content(url):
 
24
  main_placeholder = st.empty()
25
  llm = ChatGroq(
26
  api_key=os.environ["GROQ_API_KEY"], # This will raise an error if unset
27
+ model_name="llama-3.1-8b-instant"
28
  )
29
 
30
  def fetch_web_content(url):