Sha256: 5bdfd612bed24f68fbff9d648a76f07d5f6aeeee69e1364aab6e49205f253648

Contents?: true

Size: 492 Bytes

Versions: 1

Compression:

Stored size: 492 Bytes

Contents

# frozen_string_literal: true

module Ollama
  GEM = {
    name: 'ollama-ai',
    version: '1.3.0',
    author: 'gbaptista',
    summary: 'Interact with Ollama API to run open source AI models locally.',
    description: "A Ruby gem for interacting with Ollama's API that allows you to run open source AI LLMs (Large Language Models) locally.",
    github: 'https://github.com/gbaptista/ollama-ai',
    gem_server: 'https://rubygems.org',
    license: 'MIT',
    ruby: '3.1.0'
  }.freeze
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ollama-ai-1.3.0 static/gem.rb