mostafa-atef21 commited on
Commit
d07a08e
·
verified ·
1 Parent(s): b975cc5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ api_key = getting_api_key()
12
  # Initialize the LLM model
13
  llm = ChatGroq(
14
  api_key=api_key,
15
- model="llama3-8b-8192"
16
  )
17
 
18
  # Streamlit app
 
12
  # Initialize the LLM model
13
  llm = ChatGroq(
14
  api_key=api_key,
15
+ model="llama-3.1-8b-instant"
16
  )
17
 
18
  # Streamlit app