Update utils.py
Browse files
utils.py
CHANGED
@@ -351,7 +351,6 @@ def transform_query_direct(question):
|
|
351 |
# Prompt
|
352 |
chain = prompt | model | StrOutputParser()
|
353 |
better_question = chain.invoke({"question": question})
|
354 |
-
second_trial="ja"
|
355 |
|
356 |
return better_question
|
357 |
|
|
|
351 |
# Prompt
|
352 |
chain = prompt | model | StrOutputParser()
|
353 |
better_question = chain.invoke({"question": question})
|
|
|
354 |
|
355 |
return better_question
|
356 |
|