LocalAI/core/http/endpoints/openai
Ludovic Leroux 12c0d9443e
feat: use tokenizer.apply_chat_template() in vLLM (#1990)
Use tokenizer.apply_chat_template() in vLLM

Signed-off-by: Ludovic LEROUX <ludovic@inpher.io>
2024-04-11 19:20:22 +02:00
..
assistant_test.go feat(assistant): Assistant and AssistantFiles api (#1803) 2024-03-26 18:54:35 +01:00
assistant.go feat(swagger): Add swagger API doc (#1926) 2024-03-29 22:29:33 +01:00
chat.go feat: use tokenizer.apply_chat_template() in vLLM (#1990) 2024-04-11 19:20:22 +02:00
completion.go fix(grammar): respect JSONmode and grammar from user input (#1935) 2024-03-31 13:04:09 +02:00
edit.go refactor: move remaining api packages to core (#1731) 2024-03-01 16:19:53 +01:00
embeddings.go feat(swagger): Add swagger API doc (#1926) 2024-03-29 22:29:33 +01:00
files_test.go feat: first pass at improving logging (#1956) 2024-04-04 09:24:22 +02:00
files.go feat(assistant): Assistant and AssistantFiles api (#1803) 2024-03-26 18:54:35 +01:00
image.go feat(swagger): Add swagger API doc (#1926) 2024-03-29 22:29:33 +01:00
inference.go feat: use tokenizer.apply_chat_template() in vLLM (#1990) 2024-04-11 19:20:22 +02:00
list.go refactor: move remaining api packages to core (#1731) 2024-03-01 16:19:53 +01:00
request.go fix(llama.cpp): set better defaults for llama.cpp (#1961) 2024-04-06 22:56:45 +02:00
transcription.go feat(swagger): Add swagger API doc (#1926) 2024-03-29 22:29:33 +01:00