Sha256: e42324e498f147b03efe7ebffe1720edf94202ada442bea65d7233cad7f6729e
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.2.1', 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.2.1 | static/gem.rb |