summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoricebaker <icebaker@proton.me>2023-12-15 08:10:06 -0300
committericebaker <icebaker@proton.me>2023-12-15 08:10:06 -0300
commit639fcc2da50333da00fe50a0970fe28b4e5e9908 (patch)
tree6a5db83f9210a15b4e57516791d23f353b27f7a3
parentfef3d5b3b2f823999fae68276382fe33872350c4 (diff)
updating gem description
-rw-r--r--static/gem.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/gem.rb b/static/gem.rb
index bd2218b..b927f4c 100644
--- a/static/gem.rb
+++ b/static/gem.rb
@@ -5,8 +5,8 @@ module NanoBot
name: 'nano-bots',
version: '1.1.2',
author: 'icebaker',
- summary: 'Ruby Implementation of Nano Bots: small, AI-powered bots',
- description: 'Ruby Implementation of Nano Bots: small, AI-powered bots easily shared as a single file, designed to support multiple providers such as Vicuna, OpenAI ChatGPT, Google PaLM, Alpaca, and LLaMA.',
+ 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).',
github: 'https://github.com/icebaker/ruby-nano-bots',
gem_server: 'https://rubygems.org',
license: 'MIT',