Skip to content

victorfu/PyFreeDuckDuckGo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyFreeDuckDuckGo

This is a Python implementation of FreeDuckDuckGo.

Docker Compose

PyFreeDuckDuckGo Service

mkdir PyFreeDuckDuckGo && cd PyFreeDuckDuckGo
curl -o compose.yaml https://raw.githubusercontent.com/victorfu/PyFreeDuckDuckGo/master/compose.yaml
docker compose up -d

Test PyFreeDuckDuckGo

curl http://127.0.0.1:3456/v1/chat/completions \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-4o-mini",
    "messages": [
      {
        "role": "user",
        "content": "Hello!"
      }
    ],
    "stream": true
    }'

About

Use DuckDuckGo for free with GPT-4o-Mini.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published