reasoning-course/certificates
Viewer
•
Updated
•
257
•
346
•
2
None defined yet.
llama-server -hf unsloth/Devstral-Small-2505-GGUF:Q4_K_M
.continue/models/llama-max.yaml
file in your project to tell Continue how to use the local Ollama model.name: Llama.cpp model
version: 0.0.1
schema: v1
models:
- provider: llama.cpp
model: unsloth/Devstral-Small-2505-GGUF
apiBase: http://localhost:8080
defaultCompletionOptions:
contextLength: 8192
# Adjust based on the model
name: Llama.cpp Devstral-Small
roles:
- chat
- edit
.continue/mcpServers/playwright-mcp.yaml
file to integrate a tool, like the Playwright browser automation tool, with your assistant.name: Playwright mcpServer
version: 0.0.1
schema: v1
mcpServers:
- name: Browser search
command: npx
args:
- "@playwright/mcp@latest"