mrgick / duck_chat

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

History of requests #21

Open Gdsboom opened 3 weeks ago

Gdsboom commented 3 weeks ago

Hello, is there any way for the neural network to take into account previous requests? (If this is enabled by default, how can I disable it?)

APT37 commented 1 week ago

Yes, there is. It's called context and the DuckDuckGo AI Chat supports it, but it doesn't seem to be implemented by this client. The official web interface supports it without problems though.