diff options
author | icebaker <113217272+icebaker@users.noreply.github.com> | 2023-12-16 11:58:47 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-16 11:58:47 -0300 |
commit | e68499587cc2ef6205aa01e13af0b520fdcc8edf (patch) | |
tree | bb7ee0e35be9202144240b3edcbcbc024bbc0f8e /static/gem.rb | |
parent | 5ea806de5d021a7f86d18c3d74bf521a3ba05ccd (diff) | |
parent | 57f44096dd22c32b2575268a00fd467469400d44 (diff) |
Merge pull request #10 from icebaker/ib-gemini-stream
Gemini Stream Issues and System Messages Support
Diffstat (limited to 'static/gem.rb')
-rw-r--r-- | static/gem.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/gem.rb b/static/gem.rb index 5541189..6b45650 100644 --- a/static/gem.rb +++ b/static/gem.rb @@ -4,6 +4,7 @@ module NanoBot GEM = { name: 'nano-bots', version: '2.0.0', + specification: '2.0.1', author: 'icebaker', 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).', |