Browse Source

Update dialogue_manager: change coze bots

StrayWarrior 2 weeks ago
parent
commit
8008d83cb4
1 changed files with 3 additions and 3 deletions
  1. 3 3
      dialogue_manager.py

+ 3 - 3
dialogue_manager.py

@@ -438,9 +438,9 @@ class DialogueManager:
 
 
     def _select_coze_bot(self, state):
     def _select_coze_bot(self, state):
         state_to_bot_map = {
         state_to_bot_map = {
-            DialogueState.GREETING: '7479005417885417487',
-            DialogueState.CHITCHAT: '7479005417885417487',
-            DialogueState.FAREWELL: '7479005417885417487'
+            DialogueState.GREETING: '7486112546798780425',
+            DialogueState.CHITCHAT: '7491300566573301770',
+            DialogueState.FAREWELL: '7491300566573301770'
         }
         }
         return state_to_bot_map[state]
         return state_to_bot_map[state]