tabbyAPI-ollama/endpoints/OAI/types
kingbri 8ffc636dce OAI: Strictly type chat completions
Previously, the messages were a list of dicts. These are untyped
and don't provide strict hinting. Add types for chat completion
messages and reformat existing code.

Signed-off-by: kingbri <bdashore3@proton.me>
2024-11-19 23:18:18 -05:00
..
chat_completion.py OAI: Strictly type chat completions 2024-11-19 23:18:18 -05:00
common.py Refactor the sampling class (#199) 2024-10-27 11:43:41 -04:00
completion.py API: Fix finish_reason returns 2024-03-18 15:59:28 -04:00
embedding.py Embeddings: Add string input as an option 2024-11-16 23:48:31 -05:00
tools.py [WIP] OpenAI Tools Support/Function calling (#154) 2024-08-17 00:16:25 -04:00