From fef3d5b3b2f823999fae68276382fe33872350c4 Mon Sep 17 00:00:00 2001 From: icebaker Date: Fri, 15 Dec 2023 08:04:27 -0300 Subject: improving provider options --- static/cartridges/default.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'static') 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 -- cgit v1.2.3 From 639fcc2da50333da00fe50a0970fe28b4e5e9908 Mon Sep 17 00:00:00 2001 From: icebaker Date: Fri, 15 Dec 2023 08:10:06 -0300 Subject: updating gem description --- static/gem.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static') 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', -- cgit v1.2.3