Skip to content

Commit 982469c

Browse files
feat: diagram added to readme
1 parent 71a7951 commit 982469c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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+
3943
Here’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
8488
output => Hello! How can I assist you today? 😊
8589
```
86-
8790
## Examples
8891

8992
Please check the [examples](examples/) directory, which showcases each feature of this client.

0 commit comments

Comments
 (0)