diff options
author | icebaker <icebaker@proton.me> | 2023-05-13 11:36:14 -0300 |
---|---|---|
committer | icebaker <icebaker@proton.me> | 2023-05-13 11:36:14 -0300 |
commit | 8e88b0e0631df3bb102a8b1118987e2b3cfb75ff (patch) | |
tree | 94d4e8dd1f76f27cd42d8f18462d8677f1057d54 /static/gem.rb | |
parent | f52b8f3c73d53d4fe6faa1d4670194d3c6c6d992 (diff) |
bump to 0.0.3
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 7cf61ab..9700468 100644 --- a/static/gem.rb +++ b/static/gem.rb @@ -3,7 +3,7 @@ module NanoBot GEM = { name: 'nano-bots', - version: '0.0.2', + version: '0.0.3', 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.', |