rewrite my prompt
Browse files- modules/chat_func.py +1 -1
modules/chat_func.py
CHANGED
@@ -254,7 +254,7 @@ def predict_all(
|
|
254 |
logging.info(f"ๅ็ญๅ็ๅบ้บๅ่ๅ๏ผ{dicts}")
|
255 |
dishes = []
|
256 |
for restaurant, dish in dicts.items():
|
257 |
-
dishes.extend(dish)
|
258 |
|
259 |
dishes = 'ใ'.join(dishes)
|
260 |
|
|
|
254 |
logging.info(f"ๅ็ญๅ็ๅบ้บๅ่ๅ๏ผ{dicts}")
|
255 |
dishes = []
|
256 |
for restaurant, dish in dicts.items():
|
257 |
+
dishes.extend(dish.split('ใ'))
|
258 |
|
259 |
dishes = 'ใ'.join(dishes)
|
260 |
|