-
-
Save malitov/49f8a7ec4bc05e30555fd413f70e7dc4 to your computer and use it in GitHub Desktop.
Qwen2.5-Coder 7B continue.dev configuration example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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