tabbyAPI-ollama/endpoints
kingbri 3084ef9fa1 Model + API: Migrate to use BaseSamplerParams
kwargs is pretty ugly when figuring out which arguments to use. The
base requests falls back to defaults anyways, so pass in the params
object as is.

However, since Python's typing isn't like TypeScript where types
can be transformed, the type hinting has a possiblity of None showing
up despite there always being a value for some params.

Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com>
2025-04-16 00:50:05 -04:00
..
core Model: Remove num_experts_per_token 2025-03-19 11:52:10 -04:00
Kobold Dependencies: Update sse-starlette and formatron 2024-12-21 23:14:55 -05:00
OAI Model + API: Migrate to use BaseSamplerParams 2025-04-16 00:50:05 -04:00
server.py Args: Expose api-servers to subcommands 2025-02-10 23:39:46 -05:00