Skip to content

Instantly share code, notes, and snippets.

@WesleiRamos
Forked from ijwfly/config.json
Created December 29, 2024 03:13
Show Gist options
  • Save WesleiRamos/ef002244ee3d612587cddef5d71f3ec2 to your computer and use it in GitHub Desktop.
Save WesleiRamos/ef002244ee3d612587cddef5d71f3ec2 to your computer and use it in GitHub Desktop.
Qwen2.5-Coder 7B continue.dev configuration example
{
"models": [
{
"title": "Qwen2.5-Coder-7B",
"provider": "ollama",
"model": "Qwen2.5-Coder-7B-Instruct-Q6_K:latest",
"apiBase": "https://your_ollama_server"
}
],
"tabAutocompleteModel": {
"title": "Qwen2.5-Coder-7B",
"provider": "ollama",
"model": "Qwen2.5-Coder-7B-Instruct-Q6_K:latest",
"apiBase": "https://your_ollama_server"
},
"tabAutocompleteOptions": {
"template": "<|fim_prefix|>{{{ prefix }}}<|fim_suffix|>{{{ suffix }}}<|fim_middle|>"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment