diff options
author | icebaker <icebaker@proton.me> | 2023-05-13 12:48:56 -0300 |
---|---|---|
committer | icebaker <icebaker@proton.me> | 2023-05-13 12:48:56 -0300 |
commit | a1950c8eb3b55759b0cdcc7716c88b99d0173f2d (patch) | |
tree | 2b6df383fd97fdff7b206de49707d7114a1aa913 /static/gem.rb | |
parent | 0410850a980424f3585f2c438c93a402851ee27a (diff) |
bump to 0.0.4
Diffstat (limited to 'static/gem.rb')
-rw-r--r-- | static/gem.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/gem.rb b/static/gem.rb index 9700468..7db0253 100644 --- a/static/gem.rb +++ b/static/gem.rb @@ -3,7 +3,7 @@ module NanoBot GEM = { name: 'nano-bots', - version: '0.0.3', + version: '0.0.4', 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.', |