diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/gem.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/gem.rb b/static/gem.rb index afcc9f1..135f801 100644 --- a/static/gem.rb +++ b/static/gem.rb @@ -5,9 +5,9 @@ module NanoBot name: 'nano-bots', version: '0.0.1', author: 'icebaker', - summary: 'Iris REPL', - description: 'Intelligent Ruby Interface System Read–eval–print loop', - github: 'https://github.com/icebaker/nano-bot', + 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.', + github: 'https://github.com/icebaker/ruby-nano-bots', gem_server: 'https://rubygems.org', license: 'MIT', ruby: '3.1.4' |