mrgick / duck_chat

Reverse engineered DuckDuckGo AI chat API client.
https://pypi.org/project/duck-chat/
MIT License
38 stars 9 forks source link

Summarize command #5

Open mrgick opened 4 months ago

mrgick commented 4 months ago

Something like /summarize could be handy, but it's maybe better to let people easily do their own command in the conf.toml maybe in a key/value style.

Example:

In the conf file

summarize = "Summarize me what I said"

In the application,/summarize would be replaced by Summarize me what I said and validated.

idea from PR#3