Skip to content

Instantly share code, notes, and snippets.

@malitov
Forked from ijwfly/config.json
Created September 26, 2024 07:58
Show Gist options
  • Save malitov/49f8a7ec4bc05e30555fd413f70e7dc4 to your computer and use it in GitHub Desktop.
Save malitov/49f8a7ec4bc05e30555fd413f70e7dc4 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