File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 11# Go-Deepseek -- Go Client for [ Deepseek API] ( https://api-docs.deepseek.com/ )
22
3+ ![ go-deepseek-design] ( https://github.com/user-attachments/assets/346806ad-7617-4690-b6b4-0b49707852d8 )
4+
35## Demo
46
57** 30 seconds deepseek-demo ([ code] ( https://github.com/go-deepseek/deepseek-demo/ ) ):** left-side browser with ** [ chat.deepseek.com] ( https://chat.deepseek.com/ ) ** ** v/s** ** [ go-deepseek] ( https://github.com/go-deepseek/deepseek ) ** in right-side terminal.
@@ -36,6 +38,8 @@ go get github.com/go-deepseek/deepseek
3638
3739## Usage
3840
41+ ![ go-deepseek-flow] ( https://github.com/user-attachments/assets/dfa6fc98-65f2-4a08-ab13-8c0732ac8302 )
42+
3943Here’s an example of sending a "Hello Deepseek!" message using ` model=deepseek-chat ` (** DeepSeek-V3 model** ) and ` stream=false `
4044
4145```
@@ -83,7 +87,6 @@ $ go get github.com/go-deepseek/deepseek
8387$ go run main.go
8488output => Hello! How can I assist you today? 😊
8589```
86-
8790## Examples
8891
8992Please check the [ examples] ( examples/ ) directory, which showcases each feature of this client.
You can’t perform that action at this time.
0 commit comments