summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authoricebaker <icebaker@proton.me>2023-05-13 11:36:14 -0300
committericebaker <icebaker@proton.me>2023-05-13 11:36:14 -0300
commit8e88b0e0631df3bb102a8b1118987e2b3cfb75ff (patch)
tree94d4e8dd1f76f27cd42d8f18462d8677f1057d54 /static
parentf52b8f3c73d53d4fe6faa1d4670194d3c6c6d992 (diff)
bump to 0.0.3
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 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.',