diff options
author | icebaker <icebaker@proton.me> | 2023-06-04 11:57:24 -0300 |
---|---|---|
committer | icebaker <icebaker@proton.me> | 2023-06-04 11:57:24 -0300 |
commit | f812e6a1003a47747bdba0e8336f0ee5a74f2871 (patch) | |
tree | 312565b6710274e45fcadba616c18a85ae619f90 /static/gem.rb | |
parent | 60de4884e9ea8908a22978abe2a0c74865173132 (diff) |
bump to 0.1.0
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 612d99c..5ce7a14 100644 --- a/static/gem.rb +++ b/static/gem.rb @@ -3,7 +3,7 @@ module NanoBot GEM = { name: 'nano-bots', - version: '0.0.10', + version: '0.1.0', 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.', |