CLI to use DuckDuckGo AI Chat service from terminal
Based on the ideas of duckduckGO-chat-cli
By using this client you accept DuckDuckGo AI Chat ToS
Install this tool using pip
:
pip install duckduckgo-ai-chat
For help, run:
duckchat --help
You can also use:
python -m duckchat --help
To contribute to this tool, first checkout the code. Then create a new virtual environment:
cd duckduckgo-ai-chat
python -m venv venv
source venv/bin/activate
Now install the dependencies and test dependencies:
pip install -e '.[test]'
To run the tests:
python -m pytest