mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 16:56:24 +02:00
docs: note per-request warning for models with no metric data
This commit is contained in:
parent
a7903d9271
commit
3af94d3bce
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ Plano validates metric source configuration at startup and exits with a clear er
|
|||
| Two `digitalocean_pricing` entries | `only one digitalocean_pricing source is allowed` |
|
||||
| `cost_metrics` and `digitalocean_pricing` both present | `cannot both be configured — use one or the other` |
|
||||
|
||||
If a model listed in `routing_preferences` has no matching entry in the fetched pricing or latency data, Plano logs a `WARN` at startup — the model is still included but ranked last.
|
||||
If a model listed in `routing_preferences` has no matching entry in the fetched pricing or latency data, Plano logs a `WARN` at startup — the model is still included but ranked last. The same warning is also emitted per routing request when a model has no data in cache at decision time (relevant for inline `routing_preferences` overrides that reference models not covered by the configured metrics sources).
|
||||
|
||||
### cost_metrics endpoint
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue