diff options
author | icebaker <icebaker@proton.me> | 2023-12-09 22:09:12 -0300 |
---|---|---|
committer | icebaker <icebaker@proton.me> | 2023-12-09 22:09:12 -0300 |
commit | fb96658a1ca4b6e3e0505e7a39f660e1a05b3c6e (patch) | |
tree | 571f74f005a7d8aab55b17cc79f6cc31c8dffd8e /static/gem.rb | |
parent | 385f6ea128b19e295d231acd62786c8b466054dd (diff) |
bump to 1.1.2
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 3959eda..bd2218b 100644 --- a/static/gem.rb +++ b/static/gem.rb @@ -3,7 +3,7 @@ module NanoBot GEM = { name: 'nano-bots', - version: '1.1.1', + version: '1.1.2', 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.', |