Skip to content

Releases: mrgick/duck_chat

v1.3.3

19 Aug 17:59
Compare
Choose a tag to compare

Added generate models issue #9
duck_chat --generate
Also needed to install like duck_chat[generate_models]

v1.3.2

19 Aug 16:53
Compare
Choose a tag to compare

Add stream response (new 3 funcs) + 2 new cli commands (stream_on, stream_off)

Thanks to @lunaticsm

v1.2.2

15 Aug 10:32
f448d82
Compare
Choose a tag to compare

Update llama model
thanks to @Troptrap

v1.2.1

01 Aug 19:43
4f70e3a
Compare
Choose a tag to compare

Added error handling (see file exceptions.py)
Added new model GPT4o
Added fake-useragent (for spoofing user-agent)
Added mypy

v1.1.1

26 Jul 16:58
Compare
Choose a tag to compare

Changed version tag (Now with prefix)

Added CLI entry point

1.1.0

23 Jul 19:08
Compare
Choose a tag to compare
  • Improve performance (moved to aiohttp + msgspec)
  • added rich to display code (markdown)
  • autocomplete command (type / and press )

To install:

pip install git+https://github.com/mrgick/duckduckgo-chat-ai.git@1.1.0

1.0.0

18 Jul 19:29
987393a
Compare
Choose a tag to compare

Stable release

To install:

pip install git+https://github.com/mrgick/duckduckgo-chat-ai.git@1.0.0