Skip to content

Commit

Permalink
chore: readme update with FakeCallbackClient callout
Browse files Browse the repository at this point in the history
  • Loading branch information
nurali-techie authored Feb 4, 2025
1 parent e2ce889 commit d22fdfb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Go-Deepseek -- Go Client for [Deepseek API](https://api-docs.deepseek.com/)

> [!IMPORTANT]
> We know that sometimes **Deepseek API is down** but we won't let you down.
>
> We have **`FakeCallbackClient`** using which you can continue your development and testing even though Deepseek API is down.
>
> Use `fake.NewFakeCallbackClient(fake.Callbacks{})` / See example [`examples/81-fake-callback-client/main_test.go`](examples/81-fake-callback-client/main_test.go)
## Demo

**30 seconds 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.
Expand Down

0 comments on commit d22fdfb

Please sign in to comment.