Initial commit: PLANKA project
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# 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
|
||||
@@ -0,0 +1,7 @@
|
||||
name: MCP server
|
||||
version: 0.0.1
|
||||
schema: v1
|
||||
mcpServers:
|
||||
- name: Gitea MCP server
|
||||
type: streamable-http
|
||||
url: http://192.168.1.122:18100/mcp
|
||||
Reference in New Issue
Block a user