Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save abracu/ab33b688e54972f4c43c9708be9ea86f to your computer and use it in GitHub Desktop.

Select an option

Save abracu/ab33b688e54972f4c43c9708be9ea86f to your computer and use it in GitHub Desktop.
Ollama configuration (llama3.2) for Wave Terminal
{
"ollama-llama": {
"display:name": "Ollama - llama3.2",
"display:order": 1,
"display:icon": "microchip",
"display:description": "Local llama3.2:latest model via Ollama",
"ai:apitype": "openai-chat",
"ai:model": "llama3.2:latest",
"ai:thinkinglevel": "medium",
"ai:endpoint": "http://localhost:11434/v1/chat/completions",
"ai:apitoken": "ollama"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment