tabbyAPI-ollama/endpoints/OAI/types
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
..
chat_completion.py OAI: Strictly type chat completions 2024-11-19 23:18:18 -05:00
common.py Model + API: Migrate to use BaseSamplerParams 2025-04-16 00:50:05 -04:00
completion.py API: Fix finish_reason returns 2024-03-18 15:59:28 -04:00
embedding.py Embeddings: Fix base64 return 2025-01-01 16:15:12 -05:00
tools.py [WIP] OpenAI Tools Support/Function calling (#154) 2024-08-17 00:16:25 -04:00