Skip to content

Commit

Permalink
Merge branch 'dev' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
bolinocroustibat committed May 31, 2024
2 parents 0dbdd68 + eb7e051 commit db4b5e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -244,7 +244,7 @@ async def albert_mode(ep: EventParser, matrix_client: MatrixClient):
group="albert",
onEvent=RoomMessageText,
command="sources",
help=f"Pour obtenir les sources utilisées pour générer mes réponses, utilisez **{COMMAND_PREFIX}sources**",
help=f"Pour obtenir les sources utilisées pour générer ma dernière réponse, utilisez **{COMMAND_PREFIX}sources**",
)
async def albert_sources(ep: EventParser, matrix_client: MatrixClient):
config = user_configs[ep.sender]
Expand Down

0 comments on commit db4b5e4

Please sign in to comment.