diff options
author | icebaker <icebaker@proton.me> | 2023-05-27 13:05:56 -0300 |
---|---|---|
committer | icebaker <icebaker@proton.me> | 2023-05-27 13:05:56 -0300 |
commit | ac7067f735c6f4693768ec556166c5c25dc221a2 (patch) | |
tree | 1ae54f5945728cf1c9b590108cb422c6e0b5606b /static/gem.rb | |
parent | a5e4b8809a6fd40ec174e6c3f9c1866f49460a1f (diff) |
bump to 0.0.8
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 e75b020..d15d2b5 100644 --- a/static/gem.rb +++ b/static/gem.rb @@ -3,7 +3,7 @@ module NanoBot GEM = { name: 'nano-bots', - version: '0.0.7', + version: '0.0.8', 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.', |