Leask / halbot

Just another `ChatGPT` / `Gemini` / `Mistral (by ollama)` Telegram bob, which is simple design, easy to use, extendable and fun.
https://leaskh.com/post/711636926789271552/halbot
MIT License
101 stars 16 forks source link

suggestion: put the initial prompt into the config #11

Closed kamil-malinski closed 1 year ago

kamil-malinski commented 1 year ago

Hi!

I would like to suggest a new feature: put the initial prompt (the one that initiates "Sydney") into the config-file, so one can customize it, e.g. with the language I would like to get replies in.

Kamil

Leask commented 1 year ago

Good idea! I will do so. Thanks!

Leask commented 1 year ago

I have a bigger plan to tweak the whole prompt system. This will happen with the big update coming.

Leask commented 1 year ago

@kamil-malinski The latest version supports session storage and lots of settings. So the foundation to support the initial prompt is ready. I will add this feature soon.

kamil-malinski commented 1 year ago

@kamil-malinski The latest version supports session storage and lots of settings. So the foundation to support the initial prompt is ready. I will add this feature soon.

fantastic news, thanks a lot!

Leask commented 1 year ago

You can now config the initial prompt by the hello field in the config file. And you can use /set --hello="bonjour" to set the initial prompt in every chat session. Any problem, please let me know.