Skip to content

Commit a308a20

Browse files
chore: go pkg structure added to readme
1 parent 415e37f commit a308a20

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,18 @@ https://github.com/user-attachments/assets/baa05145-a13c-460d-91ce-90129c5b32d7
1515

1616
## Why yet another Go client?
1717

18-
We needed to call the DeepSeek API from one of our Go services but couldn't find a complete and reliable Go client, so we built our own.
18+
We were looking for `Dedicated` & `Simple` Go Client for Deepseek API but we didn't find it so we build this one 😃
1919

2020
## What's special about this Go client?
2121

22+
- **Simple** – Below is the Go package structure with all exported entities. It is as simple as possible. Also, it's Go's idiomatic way - request is under request pkg, response is under response.
23+
24+
![go_pkg_structure](https://github.com/user-attachments/assets/729a2294-98fa-4f6e-b936-ae5eb1b624ff)
25+
2226
- **Complete** – It offers full support for all APIs, including their complete request and response payloads. (Note: Beta feature support coming soon.)
2327

2428
- **Reliable** – We have implemented numerous Go tests to ensure that all features work correctly at all times.
2529

26-
- **Simple** – The client is organized into multiple Go packages to ensure that each package contains only relevant and necessary features, making it easy to use.
27-
2830
- **Performant** – Speed is crucial when working with AI models. We have optimized this client to deliver the fastest possible performance.
2931

3032
## Install

0 commit comments

Comments
 (0)