| 699 | }}, |
| 700 | {"sampling", { |
| 701 | {"capabilities", { |
| 702 | {"supports_temperature", true}, |
| 703 | {"supports_top_p", true}, |
| 704 | {"supports_top_k", true}, |
| 705 | {"supports_frequency_penalty", true}, |
| 706 | {"supports_seed", true}, |
| 707 | }}, |
| 708 | }}, |
| 709 | {"pflash", pflash}, |
| 710 | {"prefix_cache", { |
| 711 | {"capacity", pcs.capacity}, |
| 712 | {"in_use", pcs.in_use}, |
| 713 | {"lifetime_hits", pcs.lifetime_hits}, |
| 714 | }}, |
| 715 | {"full_cache", { |
| 716 | {"enabled", pcfs.enabled}, |
no outgoing calls
no test coverage detected