Skip to content

Commit

Permalink
chore/change-gemini-1.5-pro-to-1.5-flash
Browse files Browse the repository at this point in the history
  • Loading branch information
AureliusIvan committed Jul 26, 2024
1 parent 94d1b2b commit 4e34cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/domain/service/RememberService.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def __init__(self):

self.memory = Memory.from_config(config)
self.client = genai.GenerativeModel(
model_name="gemini-1.5-pro",
model_name="gemini-1.5-flash",
generation_config=generation_config,
safety_settings={
HarmCategory.HARM_CATEGORY_HATE_SPEECH: HarmBlockThreshold.BLOCK_NONE,
Expand Down

0 comments on commit 4e34cca

Please sign in to comment.