mirror of
https://github.com/ggml-org/llama.vscode.git
synced 2026-05-07 01:15:23 +00:00
Page:
Health check
Pages
Agent commands
Chat with AI about llama vscode
Chat with AI
Code completion
Copilot chat model provider
Custom eval tool
Custom tool
Delete models
Edit agent
Edit with AI
Env
Generate commit message
Health check
Home
How to use
Llama agent
Local ai runner
Manage agents
Manage chat models
Manage chats
Manage completion models
Manage embeddings models
Manage envs
Manage tools models
Mcp support
Menu
Model selection
More context files
Parallel completions
Rules
Skills
Statusbar
Subagents
Update todos tool
Use cases
No results
2
Health check
igardev edited this page 2026-01-18 21:54:10 +02:00
Table of Contents
Health check
Overview
Health check for the models is added. It works with llama.cpp server or other servers, which supports endpoint/health REST service. When the health check is enabled, the current state of the selected model is visible in the environment view. The health check is done every 30 seconds (could be changed from setting Health_check_interval_s). It could be triggered also manually by the user by clicking the appropriate button in the environment view (after the selected model name).
How to use it
- Enable health check in settings for the appropriate model (e.g. for completion Health_check_compl_enabled)
- Open environment view and select the completion model (for example)
- The health check will be monitored periodically and the status will be displayed in the environment view
- Optionally, the health check can be triggered manually by clicking the appropriate button
Settings:
- Health_check_interval_s: The interval in seconds for the health check
- Health_check_compl_enabled: Enable/disable health check for completion model
- Health_check_chat_enabled: Enable/disable health check for chat model
- Health_check_embs_enabled: Enable/disable health check for embedding model
- Health_check_tools_enabled: Enable/disable health check for tools model