missuo / FreeDuckDuckGo

Use DuckDuckGo for free with GPT-3.5-Turbo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FreeDuckDuckGo

Docker Compose

FreeDuckDuckGo Service

mkdir FreeDuckDuckGo && cd FreeDuckDuckGo
wget -O compose.yaml https://raw.githubusercontent.com/missuo/FreeDuckDuckGo/main/compose.yaml
docker compose up -d

Test FreeDuckDuckGo

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

About

Use DuckDuckGo for free with GPT-3.5-Turbo.

License:GNU General Public License v3.0


Languages

Language:Go 95.3%Language:Dockerfile 4.7%