ceew36 commited on
Commit
0cee083
·
verified ·
1 Parent(s): 24d7dbf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def predict_image(img):
40
  return im, None
41
 
42
  # Initialize chatbot components
43
- llm = ChatGroq(groq_api_key=groq_api_key, model_name="Llama3-8b-8192")
44
  prompt = ChatPromptTemplate.from_template(
45
  """ Answer the questions based on the provided context only. Please provide the most accurate response based on the question <context> {context} <context> Questions:{input} """
46
  )
 
40
  return im, None
41
 
42
  # Initialize chatbot components
43
+ llm = ChatGroq(groq_api_key=groq_api_key, model_name="Llama3-70b-8192")
44
  prompt = ChatPromptTemplate.from_template(
45
  """ Answer the questions based on the provided context only. Please provide the most accurate response based on the question <context> {context} <context> Questions:{input} """
46
  )