diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/cartridges/default.yml | 2 | ||||
-rw-r--r-- | static/gem.rb | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/static/cartridges/default.yml b/static/cartridges/default.yml index 98dd47b..fbf449b 100644 --- a/static/cartridges/default.yml +++ b/static/cartridges/default.yml @@ -30,5 +30,7 @@ interfaces: feedback: true provider: + options: + stream: true settings: stream: true diff --git a/static/gem.rb b/static/gem.rb index bd2218b..b927f4c 100644 --- a/static/gem.rb +++ b/static/gem.rb @@ -5,8 +5,8 @@ module NanoBot name: 'nano-bots', 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.', + summary: 'Ruby Implementation of Nano Bots: small, AI-powered bots for OpenAI ChatGPT and Google Gemini.', + description: 'Ruby Implementation of Nano Bots: small, AI-powered bots that can be easily shared as a single file, designed to support multiple providers such as OpenAI ChatGPT and Google Gemini, with support for calling Tools (Functions).', github: 'https://github.com/icebaker/ruby-nano-bots', gem_server: 'https://rubygems.org', license: 'MIT', |