From 46638e0b4e1809d683f470922f9cc27ab161c248 Mon Sep 17 00:00:00 2001 From: icebaker Date: Thu, 28 Dec 2023 19:43:00 -0300 Subject: upgrading gemini-ai and adding support for mistral-ai --- static/gem.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'static') diff --git a/static/gem.rb b/static/gem.rb index e9e5754..b6ce260 100644 --- a/static/gem.rb +++ b/static/gem.rb @@ -3,11 +3,11 @@ module NanoBot GEM = { name: 'nano-bots', - version: '2.2.0', - specification: '2.0.1', + version: '2.3.0', + specification: '2.1.0', author: 'icebaker', - summary: 'Ruby Implementation of Nano Bots: small, AI-powered bots for OpenAI ChatGPT and Google Gemini.', - description: 'Ruby Implementation of Nano Bots: small, AI-powered bots that can be easily shared as a single file, designed to support multiple providers such as OpenAI ChatGPT and Google Gemini, with support for calling Tools (Functions).', + summary: 'Ruby Implementation of Nano Bots: small, AI-powered bots for OpenAI ChatGPT, Mistral AI, and Google Gemini.', + description: 'Ruby Implementation of Nano Bots: small, AI-powered bots that can be easily shared as a single file, designed to support multiple providers such as OpenAI ChatGPT, Mistral AI, and Google Gemini, with support for calling Tools (Functions).', github: 'https://github.com/icebaker/ruby-nano-bots', gem_server: 'https://rubygems.org', license: 'MIT', -- cgit v1.2.3