Skip to main content

DuckDuckGo Chat AI client

Project description

A DuckDuckGo AI chat client written in python

A python-implemented DuckDuckGo AI chat client with model selection and dialog history during usage.

Based on the ideas of duck-hey

Disclaimer

By using this client you accept DuckDuckGo AI Chat ToS

Installation

  1. Install python 3.12

  2. Create python venv (optionally)

python -m venv .venv && source .venv/bin/activate
  1. Install package

    • Install auto
    pip install -U https://github.com/mrgick/duckduckgo-chat-ai/archive/master.zip
    
    • Install manually

      1. Clone repo
      git clone https://github.com/mrgick/duckduckgo-chat-ai.git && cd duckduckgo-chat-ai
      
      1. Install package
      pip install -U .
      

Usage

  • Using terminal
python -m duck_chat

or

duck_chat

P.S. You can use hey config ".config/hey/conf.toml" Thanks k-aito

  • Using as library
import asyncio
from duck_chat import DuckChat

async def main():
    async with DuckChat() as chat:
        print(await chat.ask_question("2+2?"))
        await asyncio.sleep(1)
        print(await chat.ask_question("6+6?"))

asyncio.run(main())

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

duck_chat-1.3.2.tar.gz (9.0 kB view hashes)

Uploaded Source

Built Distribution

duck_chat-1.3.2-py3-none-any.whl (8.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page