Skip to content

Instantly share code, notes, and snippets.

@ijwfly
Created September 22, 2024 22:59
Show Gist options
  • Save ijwfly/e8fc12e9b0ef8620c5d1c4f2f82e1667 to your computer and use it in GitHub Desktop.
Save ijwfly/e8fc12e9b0ef8620c5d1c4f2f82e1667 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