Omochice / tataku-processor-ollama

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tataku-processor-ollama

The processor module using ollama.

CURRENTLY THIS PLUGIN IS EXPERIMENTAL.

Contents

Dependencies

This plugin needs:

Options

This module has some options.

  • endpoint

    Ollama endpoint Default: http://localhost:11434

  • model

    Model name Specified model is needed to be installed. Default: codellama

Samples

let g:tataku_recipes = #{
  \   sample: #{
  \     processor: #{
  \       name: 'ollama',
  \       options: #{
  \         endpoint: 'http://localhost:11434',
  \         model: 'codellama',
  \       },
  \     }
  \   }
  \ }

About


Languages

Language:TypeScript 100.0%