From f5704a2eaaa5839a3291eeaaada1e110cfba357b Mon Sep 17 00:00:00 2001 From: Sugam Panthi <72024472+Vein05@users.noreply.github.com> Date: Mon, 10 Mar 2025 03:52:44 -0500 Subject: [PATCH] Add: deepseek-go. A highly active client for deepseek written in Go. (#285) * Add Go client integration to README * Rename to Deepseek Go for clarity. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1a3f305..3130768 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,11 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati <td> <a href="https://github.com/deepseek-php/deepseek-laravel/blob/master/README.md">Laravel Integration</a> </td> <td> Laravel wrapper for Deepseek PHP client, to seamless deepseek API integration with laravel applications.</td> </tr> + <tr> + <td> <img src="https://raw.githubusercontent.com/cohesion-org/deepseek-go/refs/heads/main/internal/images/deepseek-go.png" alt="Go Client" width="64" height="auto"> </td> + <td> <a href="https://github.com/cohesion-org/deepseek-go/blob/main/README.md">Deepseek Go</a> </td> + <td> A Deepseek client written for Go supporting Chat and Reasoning Models. Also supports external providers like Azure, OpenRouter and others. </td> + </tr> <tr> <td> <img src="./docs/zotero/assets/zotero-icon.png" alt="Icon" width="64" height="auto" /> </td> <td> <a href="docs/zotero/README_cn.md">Zotero</a></td>