Spaces:
Sleeping
Sleeping
Update kadi_apy_bot.py
Browse files- 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)
|
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 |
"""
|