Skip to content

Commit 363a923

Browse files
committed
Feat: 🧠 Gemini 2.5 flash Integration!
1 parent 056ed6e commit 363a923

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

blind/src/apps/llm/lib/objects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def __init__(self, user:Message, client:Client, PROMPT:str=AI_ACTITUDE, name_mod
7979
self.TOKENS_CONSUMIDOS = self.count_tokens()
8080

8181
def createModel(self, data:dict={}, cache=None, PROMPT:str=AI_ACTITUDE, tools=functions) -> genai.GenerativeModel:
82-
MODEL = data.get("model", "gemini-2.5-flash-preview-05-20")
82+
MODEL = data.get("model", "gemini-2.5-flash-preview-04-17")
8383
CONFIG_TEMPERATURE = data.get("temperature", 1)
8484

8585
tools = [tools.values()] if type(tools) is dict else tools

0 commit comments

Comments
 (0)