summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authoricebaker <icebaker@proton.me>2023-05-13 12:48:56 -0300
committericebaker <icebaker@proton.me>2023-05-13 12:48:56 -0300
commita1950c8eb3b55759b0cdcc7716c88b99d0173f2d (patch)
tree2b6df383fd97fdff7b206de49707d7114a1aa913 /static
parent0410850a980424f3585f2c438c93a402851ee27a (diff)
bump to 0.0.4
Diffstat (limited to 'static')
-rw-r--r--static/gem.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/gem.rb b/static/gem.rb
index 9700468..7db0253 100644
--- a/static/gem.rb
+++ b/static/gem.rb
@@ -3,7 +3,7 @@
module NanoBot
GEM = {
name: 'nano-bots',
- version: '0.0.3',
+ version: '0.0.4',
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.',