Sha256: 2e6f72772868461f3223f223b322e400d923a24c336ff7bec3209cc80b00a55d

Contents?: true

Size: 561 Bytes

Versions: 1

Compression:

Stored size: 561 Bytes

Contents

# frozen_string_literal: true

module NanoBot
  GEM = {
    name: 'nano-bots',
    version: '1.1.0',
    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.',
    github: 'https://github.com/icebaker/ruby-nano-bots',
    gem_server: 'https://rubygems.org',
    license: 'MIT',
    ruby: '3.1.4'
  }.freeze
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nano-bots-1.1.0 static/gem.rb