From e72cb09f10c1e690d68e4d30e234c653b65d0e4d Mon Sep 17 00:00:00 2001 From: gbaptista Date: Mon, 15 Jan 2024 21:07:19 -0300 Subject: [PATCH 1/2] adding a third-party ruby client --- docs/platform/02-client.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/platform/02-client.md b/docs/platform/02-client.md index a631a7d..23e2b58 100644 --- a/docs/platform/02-client.md +++ b/docs/platform/02-client.md @@ -138,3 +138,6 @@ Here are some clients built by the community for various other languages: ## Go [Gage-Technologies](https://github.com/Gage-Technologies/mistral-go) + +## Ruby +[gbaptista/mistral-ai](https://github.com/gbaptista/mistral-ai) From b280c044a73931f4fbb66182b00fc96de16e824d Mon Sep 17 00:00:00 2001 From: gbaptista Date: Mon, 15 Jan 2024 21:09:49 -0300 Subject: [PATCH 2/2] adding a third-party CLI --- docs/platform/02-client.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/platform/02-client.md b/docs/platform/02-client.md index 23e2b58..8f1a9a8 100644 --- a/docs/platform/02-client.md +++ b/docs/platform/02-client.md @@ -136,6 +136,9 @@ curl --location "https://api.mistral.ai/v1/embeddings" \ Here are some clients built by the community for various other languages: +## CLI +[icebaker/nano-bots](https://github.com/icebaker/ruby-nano-bots) + ## Go [Gage-Technologies](https://github.com/Gage-Technologies/mistral-go)