Skip to content

Commit

Permalink
feat: mode command available for all albert deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
bolinocroustibat committed May 31, 2024
1 parent a679035 commit eb7e051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ async def albert_debug(ep: EventParser, matrix_client: MatrixClient):


@register_feature(
group="albert_debug",
group="albertfeat",
onEvent=RoomMessageText,
command="mode",
help=f"Pour modifier le mode du modèle (c'est-à-dire le modèle de prompt utilisé), utilisez **{COMMAND_PREFIX}mode** MODE",
Expand Down

0 comments on commit eb7e051

Please sign in to comment.