File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Large Language Model (LLM) Friendly. Support Plain Text Response.
34
34
One command is all it takes to deploy the service to port 8080 using Docker.
35
35
36
36
``` shell
37
- docker run -d -p 8080:8080 --restart=unless-stopped --name lessapi-duckduckgo lessapi/lessapi-duckduckgo:v0.0.2
37
+ docker run -d -p 8080:8080 --restart=unless-stopped --name lessapi-duckduckgo lessapi/lessapi-duckduckgo:v0.0.3
38
38
```
39
39
40
40
## Usage
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ LessAPI-DuckDuckGo 是一个搜索引擎API服务。
37
37
使用Docker只需要一个命令即可将服务部署到8080端口。
38
38
39
39
``` shell
40
- docker run -d -p 8080:8080 --restart=unless-stopped --name lessapi-duckduckgo lessapi/lessapi-duckduckgo:v0.0.2
40
+ docker run -d -p 8080:8080 --restart=unless-stopped --name lessapi-duckduckgo lessapi/lessapi-duckduckgo:v0.0.3
41
41
```
42
42
43
43
## 使用
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ LessAPI-DuckDuckGo 是一個搜索引擎API服務。
38
38
使用Docker只需要一個命令即可將服務部署到8080端口。
39
39
40
40
``` shell
41
- docker run -d -p 8080:8080 --restart=unless-stopped --name lessapi-duckduckgo lessapi/lessapi-duckduckgo:v0.0.2
41
+ docker run -d -p 8080:8080 --restart=unless-stopped --name lessapi-duckduckgo lessapi/lessapi-duckduckgo:v0.0.3
42
42
```
43
43
44
44
## 使用
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ package lessapi_duckduckgo
2
2
3
3
const ServerName = "LessAPI-DuckDuckGo"
4
4
const ProjectGithub = "https://github.com/lessapidev/lessapi-duckduckgo"
5
- const Version = "0.0.2 "
5
+ const Version = "0.0.3 "
You can’t perform that action at this time.
0 commit comments