Refactor giai đoạn 1: test các tính năng vừa thay đổi như tour, scene...

This commit is contained in:
2026-06-10 21:58:45 +07:00
parent 3f1b31b233
commit 358a98b21b
31 changed files with 1391 additions and 638 deletions
+30
View File
@@ -0,0 +1,30 @@
name: Ollama Qwen 3.5 Coder Config
version: 1.0.0
schema: v1
model_defaults: &model_defaults
provider: ollama
# Define which models can be used
# https://docs.continue.dev/customization/models
models:
- name: qwen35-claude-coder:4b
<<: *model_defaults
model: qwen35-claude-coder:4b
apiBase: http://localhost:11434
roles:
- chat
- edit
- name: qwen35-claude-coder:4b
<<: *model_defaults
model: qwen35-claude-coder:4b
apiBase: http://localhost:11434
useLegacyCompletionsEndpoint: false
roles:
- autocomplete
autocompleteOptions:
debounceDelay: 350
maxPromptTokens: 1024
onlyMyCode: true
# MCP Servers that Continue can access