diff options
author | icebaker <icebaker@proton.me> | 2023-06-03 20:54:43 -0300 |
---|---|---|
committer | icebaker <icebaker@proton.me> | 2023-06-03 20:54:43 -0300 |
commit | daa2da3eb45905d61f0a6e902422d711d003bba7 (patch) | |
tree | 919c671e4052df570526cfc8175ca62928e84da1 /static/gem.rb | |
parent | bffbac01eeb00e5f94cd4d675edc0a0566354265 (diff) |
bump to 0.0.10
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 313ca74..612d99c 100644 --- a/static/gem.rb +++ b/static/gem.rb @@ -3,7 +3,7 @@ module NanoBot GEM = { name: 'nano-bots', - version: '0.0.9', + version: '0.0.10', 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.', |