LocalAI/core
Ettore Di Giacinto efa32a2677
feat(grammar): support models with specific construct (#2291)
When enabling grammar with functions, it might be useful to
allow more flexibility to support models that are fine-tuned against returning
function calls of the form of { "name": "function_name", "arguments" {...} }
rather then { "function": "function_name", "arguments": {..} }.

This might call out to a more generic approach later on, but for the moment being we can easily support both
as we have just to specific different types.

If needed we can expand on this later on

Signed-off-by: mudler <mudler@localai.io>
2024-05-12 01:13:22 +02:00
..
backend refactor(application): introduce application global state (#2072) 2024-04-29 17:42:37 +00:00
cli feat(ux): Add chat, tts, and image-gen pages to the WebUI (#2222) 2024-05-02 21:14:10 +02:00
clients feat(store): add Golang client (#1977) 2024-04-16 15:54:14 +02:00
config feat(webui): ux improvements (#2247) 2024-05-07 01:17:07 +02:00
http feat(grammar): support models with specific construct (#2291) 2024-05-12 01:13:22 +02:00
schema feat(grammar): support models with specific construct (#2291) 2024-05-12 01:13:22 +02:00
services feat(webui): ux improvements (#2247) 2024-05-07 01:17:07 +02:00
startup feat(startup): show CPU/GPU information with --debug (#2241) 2024-05-05 09:10:23 +02:00
application.go refactor(application): introduce application global state (#2072) 2024-04-29 17:42:37 +00:00