19 lines
437 B
YAML
19 lines
437 B
YAML
# This is an example configuration file
|
|
# To learn more, see the full config.yaml reference: https://docs.continue.dev/reference
|
|
|
|
name: Local Ollama Config
|
|
version: 1.0.0
|
|
schema: v1
|
|
|
|
models:
|
|
- name: qwen3.5
|
|
provider: anthropic
|
|
model: qwen3.5
|
|
apiBase: http://192.168.1.122:30068/v1
|
|
apiKey: ollama
|
|
- name: qwen2.5
|
|
provider: anthropic
|
|
model: qwen2.5
|
|
apiBase: http://192.168.1.122:30068/v1
|
|
apiKey: ollama
|