diff options
author | icebaker <icebaker@proton.me> | 2024-01-06 22:09:23 -0300 |
---|---|---|
committer | icebaker <icebaker@proton.me> | 2024-01-06 22:09:23 -0300 |
commit | c4807b26f0d530ef99ff87b6c5c45a4953ba958a (patch) | |
tree | 8d2709d35089ec8afb60bd20c6855de4623e3d1b /static | |
parent | bfe0e76e3683a71bb8ce5bfdaae99b0252e7be05 (diff) |
adding new providers
Diffstat (limited to 'static')
-rw-r--r-- | static/gem.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/static/gem.rb b/static/gem.rb index c9be098..c89b4c3 100644 --- a/static/gem.rb +++ b/static/gem.rb @@ -3,11 +3,11 @@ module NanoBot GEM = { name: 'nano-bots', - version: '2.4.1', - specification: '2.2.0', + version: '2.5.0', + specification: '2.3.0', author: 'icebaker', - 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).', + summary: 'Ruby Implementation of Nano Bots: small, AI-powered bots for OpenAI ChatGPT, Ollama, Mistral AI, Cohere Command, Maritaca AI MariTalk, 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, Ollama, Mistral AI, Cohere Command, Maritaca AI MariTalk, and Google Gemini, with support for calling Tools (Functions).', github: 'https://github.com/icebaker/ruby-nano-bots', gem_server: 'https://rubygems.org', license: 'MIT', |