Skip to content

Commit

Permalink
Merge pull request #1391 from mraniki/dev
Browse files Browse the repository at this point in the history
🚑 fix
  • Loading branch information
mraniki authored Mar 28, 2024
2 parents 8066aea + 35632a2 commit a45fa60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tt/plugins/default_plugins/llm_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ async def handle_message(self, msg):

command_mapping = {
settings.bot_command_info: self.llm.get_info,
settings.bot_command_aimode: self.llm.switch_continous_mode,
# settings.bot_command_aimode: self.llm.switch_continous_mode,
settings.bot_command_aiclear: self.llm.clear_chat_history,
settings.bot_command_aiexport: self.llm.export_chat_history,
settings.bot_command_aichat: lambda: self.llm.chat(str(args)),
Expand Down

0 comments on commit a45fa60

Please sign in to comment.