alexkueck commited on
Commit
9545b4a
·
verified ·
1 Parent(s): 5464695

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +0 -1
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