diff options
author | icebaker <icebaker@proton.me> | 2023-05-13 20:16:19 -0300 |
---|---|---|
committer | icebaker <icebaker@proton.me> | 2023-05-13 20:16:19 -0300 |
commit | af8af02155c22d91c9fef95ce46b863c7ed4c40e (patch) | |
tree | 889b6b77d35ef0802d3e2a52fb9f41ae019bb883 /static/gem.rb | |
parent | b5dbdd4ec2b7d7cc3d7572ad8bd308ed3fdd417d (diff) |
bump to 0.0.5
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 7db0253..4d30a2f 100644 --- a/static/gem.rb +++ b/static/gem.rb @@ -3,7 +3,7 @@ module NanoBot GEM = { name: 'nano-bots', - version: '0.0.4', + version: '0.0.5', 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.', |