AMUseBot/ai_talks/AMUseBotBackend/consts.py

9 lines
243 B
Python
Raw Permalink Normal View History

2023-06-05 21:23:33 +02:00
RECIPE_ID_KEY = "recipe_id"
CURR_STEP_KEY = "curr_step"
STEPS_KEY = "steps"
INGREDIENTS_KEY = "inngredients"
DIALOG_HISTORY_KEY = "dialog_history"
SYSTEM_MESSAGE_KEY = "system_message"
USER_MESSAGE_KEY = "user_message"
INTENTS_KEY = "intents"