stevafernandes commited on
Commit
77eca76
·
verified ·
1 Parent(s): 991a660

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def get_conversational_chain(api_key):
51
 
52
  Answer (based only on the context above):
53
  """
54
- model = ChatGoogleGenerativeAI(model="gemini-2.0-flash", temperature=0, google_api_key=api_key)
55
  prompt = PromptTemplate(template=prompt_template, input_variables=["context", "question"])
56
 
57
  chain = prompt | model | StrOutputParser()
 
51
 
52
  Answer (based only on the context above):
53
  """
54
+ model = ChatGoogleGenerativeAI(model="gemini-3-flash-preview", temperature=0, google_api_key=api_key)
55
  prompt = PromptTemplate(template=prompt_template, input_variables=["context", "question"])
56
 
57
  chain = prompt | model | StrOutputParser()