Amrpyt commited on
Commit
ad8ca62
1 Parent(s): 0370284

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -26
README.md CHANGED
@@ -1,28 +1,11 @@
1
- # FreeDuckDuckGo
 
 
 
 
 
 
2
 
3
- ### Docker Compose
4
 
5
- #### FreeDuckDuckGo Service
6
-
7
- ```bash
8
- mkdir FreeDuckDuckGo && cd FreeDuckDuckGo
9
- wget -O compose.yaml https://raw.githubusercontent.com/missuo/FreeDuckDuckGo/main/compose.yaml
10
- docker compose up -d
11
- ```
12
-
13
- ### Test FreeDuckDuckGo
14
-
15
- ```bash
16
- curl http://127.0.0.1:3456/v1/chat/completions \
17
- -H "Content-Type: application/json" \
18
- -d '{
19
- "model": "gpt-3.5-turbo",
20
- "messages": [
21
- {
22
- "role": "user",
23
- "content": "Hello!"
24
- }
25
- ],
26
- "stream": true
27
- }'
28
- ```
 
1
+ ---
2
+ title: DuckDuckGo-free
3
+ sdk: docker
4
+ emoji: 🏃
5
+ colorFrom: red
6
+ colorTo: red
7
+ ---
8
 
9
+ # FreeDuckDuckGo
10
 
11
+ This Space provides access to DuckDuckGo chat using a free and open-source proxy server.