RangerMauve / mind-goblin

Your friendly internet enabled assistant. Swap minds with custom prompts and Ollama

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mind-goblin

Your friendly internet enabled assistant. Swap minds with custom prompts and Ollama

Approach

  • Runs a model trained on function calling
  • Exposes a search_wikipedia function in the system prompt
  • Listens for function call from model and injects result back in
  • Gets model to respond using function results

Running

./server --model /path/to/Hermes-2-Pro-Mistral-7B.Q4_K_M.gguf
  • Run the mind goblin repl: node index.js
  • Ask the mind goblin to do stuff for you

About

Your friendly internet enabled assistant. Swap minds with custom prompts and Ollama

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 100.0%