diff options
author | icebaker <icebaker@proton.me> | 2023-05-21 19:19:19 -0300 |
---|---|---|
committer | icebaker <icebaker@proton.me> | 2023-05-21 19:19:19 -0300 |
commit | e0864ca05206f2d2512f29bd8b14fd20816361f4 (patch) | |
tree | 417f058699715b524cdbcd59790768f844c45d2a /static/gem.rb | |
parent | a0ad2a136da85e9757f1a91f58e5e31e9d692929 (diff) |
bump to 0.0.7
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 cc661fb..e75b020 100644 --- a/static/gem.rb +++ b/static/gem.rb @@ -3,7 +3,7 @@ module NanoBot GEM = { name: 'nano-bots', - version: '0.0.6', + version: '0.0.7', 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.', |