LocalAI/core/http/endpoints/openai
Ettore Di Giacinto e8f02c083f
fix(functions): respect when selected from string (#1940)
* fix(functions): respect when selected from string

* fix(toolschoice): decode both string and objects
2024-04-01 19:39:54 +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 fix(functions): respect when selected from string (#1940) 2024-04-01 19:39:54 +02:00
transcription.go feat(swagger): Add swagger API doc (#1926) 2024-03-29 22:29:33 +01:00