bupa1018 commited on
Commit
48fa374
·
1 Parent(s): 2ec10be

Update kadi_apy_bot.py

Browse files
Files changed (1) hide show
  1. kadi_apy_bot.py +1 -1
kadi_apy_bot.py CHANGED
@@ -113,7 +113,7 @@ class KadiAPYBot:
113
  Respond with only the exact corresponding option and do not include any additional comments, explanations, or text."
114
  """
115
  )
116
- return self.llm.predict(prompt).content
117
 
118
  def retrieve_contexts(self, query, k, filter = None):
119
  """
 
113
  Respond with only the exact corresponding option and do not include any additional comments, explanations, or text."
114
  """
115
  )
116
+ return self.llm.predict(prompt)
117
 
118
  def retrieve_contexts(self, query, k, filter = None):
119
  """