diff --git a/README.md b/README.md index 1cc5f23..7df6990 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The plugin discovers the llama-server URL by reading the OpenCode configuration ### Slot Polling -Every 500ms, the plugin polls `GET /slots?model=` on each discovered server. The model parameter is required by the `/slots` endpoint. Model discovery is attempted from the current route's session, falling back to an empty model parameter. +Every 500ms, the plugin polls `GET /slots?model=` on each discovered server. The model parameter is required by the `/slots` endpoint. If the model cannot be discovered from the current route's session, the plugin skips polling. ### State Classification