tabbyAPI-ollama/endpoints/OAI
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
..
types Model + API: Migrate to use BaseSamplerParams 2025-04-16 00:50:05 -04:00
utils Model + API: Migrate to use BaseSamplerParams 2025-04-16 00:50:05 -04:00
router.py API: Fix chat completion formatting flow 2024-11-21 17:51:14 -05:00