Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
reichaves authored May 9, 2024
1 parent ff94dcd commit 8afe0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def get_conversational_chain():
"""

model = ChatGoogleGenerativeAI(model="gemini-pro",
temperature=0.3,
temperature=0,
safety_settings = {
HarmCategory.HARM_CATEGORY_UNSPECIFIED: HarmBlockThreshold.BLOCK_NONE,
HarmCategory.HARM_CATEGORY_DANGEROUS_CONTENT: HarmBlockThreshold.BLOCK_MEDIUM_AND_ABOVE,
Expand Down

0 comments on commit 8afe0ef

Please sign in to comment.