From 131fa404e26c318d7d6e226a0415e0e5a2d74693 Mon Sep 17 00:00:00 2001 From: Sugam Panthi <man359905@gmail.com> Date: Wed, 19 Feb 2025 12:40:58 -0600 Subject: [PATCH] Add Go client integration to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d32dde3..e838d7a 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,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">Go Integration </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>