You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,13 @@
3
3
> [!IMPORTANT]
4
4
> We know that sometimes **Deepseek API is down** but we won't let you down.
5
5
>
6
-
> We have **`FakeCallbackClient`** using which you can continue your development and testing even though Deepseek API is down.
6
+
> We have **`Fake Client`** using which you can continue your development and testing even though Deepseek API is down.
7
7
>
8
8
> Use `fake.NewFakeCallbackClient(fake.Callbacks{})` / See example [`examples/81-fake-callback-client/main_test.go`](examples/81-fake-callback-client/main_test.go)
9
9
10
10
## Demo
11
11
12
-
**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.
12
+
**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.
0 commit comments