From 1566b79b43e6fc8173bd889579c9fe771087a336 Mon Sep 17 00:00:00 2001 From: billytrend-cohere <144115527+billytrend-cohere@users.noreply.github.com> Date: Mon, 11 Sep 2023 10:51:46 +0100 Subject: [PATCH] Add unmaintained warning (#56) * Add unmaintained warning * Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9db08aa..c91be96 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ + +> ⚠️ This repository is not officially maintained so it may not support the latest API features. The only currently supported sdk is [cohere-ai/cohere-python](https://github.com/cohere-ai/cohere-python). Official SDK support for go coming soon! ⚠️ + # Cohere Go SDK This package provides functionality developed to simplify interfacing with the [cohere.ai](https://cohere.ai/) natural language API in Go.