LocalAI/core/http/endpoints/openai
Ettore Di Giacinto 35290e146b
fix(grammar): respect JSONmode and grammar from user input (#1935)
* fix(grammar): Fix JSON mode and custom grammar

* tests(aio): add jsonmode test

* tests(aio): add functioncall test

* fix(aio): use hermes-2-pro-mistral as llm for CPU profile

* add phi-2-orange
2024-03-31 13:04:09 +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 fix(grammar): respect JSONmode and grammar from user input (#1935) 2024-03-31 13:04:09 +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(assistant): Assistant and AssistantFiles api (#1803) 2024-03-26 18:54:35 +01: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 refactor: move remaining api packages to core (#1731) 2024-03-01 16:19:53 +01:00
list.go refactor: move remaining api packages to core (#1731) 2024-03-01 16:19:53 +01:00
request.go fixes #1051: handle openai presence and request penalty parameters (#1817) 2024-03-17 09:43:20 +01:00
transcription.go feat(swagger): Add swagger API doc (#1926) 2024-03-29 22:29:33 +01:00