Spaces:
Sleeping
Sleeping
luanpoppe
commited on
Commit
·
68ee60a
1
Parent(s):
f8e2c8b
fix: modelo do gemini para os contextuals
Browse files
_utils/gerar_relatorio_modelo_usuario/contextual_retriever.py
CHANGED
@@ -87,7 +87,8 @@ class ContextualRetriever:
|
|
87 |
)
|
88 |
print("COMEÇANDO UMA REQUISIÇÃO DO CONTEXTUAL")
|
89 |
# raw_response = await agpt_answer(prompt)
|
90 |
-
raw_response = await agemini_answer(prompt, "gemini-2.0-flash-lite-preview-02-05")
|
|
|
91 |
|
92 |
print("TERMINOU UMA REQUISIÇÃO DO CONTEXTUAL")
|
93 |
response = cast(str, raw_response)
|
|
|
87 |
)
|
88 |
print("COMEÇANDO UMA REQUISIÇÃO DO CONTEXTUAL")
|
89 |
# raw_response = await agpt_answer(prompt)
|
90 |
+
# raw_response = await agemini_answer(prompt, "gemini-2.0-flash-lite-preview-02-05")
|
91 |
+
raw_response = await agemini_answer(prompt, "gemini-2.0-flash-lite")
|
92 |
|
93 |
print("TERMINOU UMA REQUISIÇÃO DO CONTEXTUAL")
|
94 |
response = cast(str, raw_response)
|