MODEEEEEL AAAAAAAH

This commit is contained in:
robinrolle
2025-04-12 22:22:58 +02:00
parent 48a8f70040
commit 1ec487f6ab

View File

@ -127,7 +127,7 @@ class Advisor:
) )
# 4. Chaîne LLM # 4. Chaîne LLM
chain = prompt | ChatGoogleGenerativeAI(model="gemini-pro") | parser chain = prompt | ChatGoogleGenerativeAI(model="gemini-2.0-flash") | parser
# 5. Invocation # 5. Invocation
result: AdvisorDecision = chain.invoke({ result: AdvisorDecision = chain.invoke({