Spaces:
Running
Running
luanpoppe
commited on
Commit
·
d0443c0
1
Parent(s):
8b9c100
fix: tentando novamente
Browse files
langchain_backend/utils.py
CHANGED
@@ -30,7 +30,6 @@ def create_retriever(documents):
|
|
30 |
return retriever
|
31 |
|
32 |
def create_prompt_llm_chain(system_prompt, modelParam="gpt-4o-mini"):
|
33 |
-
print('model: ', model)
|
34 |
if modelParam == "gpt-4o-mini":
|
35 |
model = ChatOpenAI(model=modelParam)
|
36 |
else:
|
|
|
30 |
return retriever
|
31 |
|
32 |
def create_prompt_llm_chain(system_prompt, modelParam="gpt-4o-mini"):
|
|
|
33 |
if modelParam == "gpt-4o-mini":
|
34 |
model = ChatOpenAI(model=modelParam)
|
35 |
else:
|