diff options
| author | huker667 <huker@tuta.io> | 2026-07-05 17:27:44 +0300 |
|---|---|---|
| committer | huker667 <huker@tuta.io> | 2026-07-05 17:27:44 +0300 |
| commit | 96f98d727f63667a6469903b6ded677989462aad (patch) | |
| tree | d6a1a65d4c4e144ca4b22142d89ab179864bf2ac /commands.py | |
| parent | 92a83cf8105daae12a8e5442d48003d40490e52e (diff) | |
| download | uzbekgpt-96f98d727f63667a6469903b6ded677989462aad.tar.gz uzbekgpt-96f98d727f63667a6469903b6ded677989462aad.tar.bz2 uzbekgpt-96f98d727f63667a6469903b6ded677989462aad.zip | |
fix alo
Diffstat (limited to 'commands.py')
| -rw-r--r-- | commands.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/commands.py b/commands.py index 70eeb12..f8f5678 100644 --- a/commands.py +++ b/commands.py @@ -307,7 +307,8 @@ async def settings_handler(event: Union[Message, CallbackQuery]): ] ) - text = f"⚡ *алло узбекгпт настройки*\nтекущая модель: `{config.get('model')}`" + text = f"⚡ *алло узбекгпт настройки*\nтекущая модель: `{config.get('model')}`\n" \ + f"текущий промпт: `{config.get('prompt')}`" if isinstance(event, Message): await event.reply(text, reply_markup=keyboard) |