LocalAI/core/http
Ettore Di Giacinto aae7ad9d73
feat(llama.cpp): guess model defaults from file (#2522)
* wip: guess informations from gguf file

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* update go mod

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* Small fixups

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* Identify llama3

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* Do not try to guess the name, as reading gguf files can be expensive

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

* Allow to disable guessing

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>

---------

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
2024-06-08 22:13:02 +02:00
..
ctx Revert #1963 (#2056) 2024-04-17 23:33:49 +02:00
elements feat(webui): enhance card visibility (#2473) 2024-06-03 17:07:26 +02:00
endpoints feat(llama.cpp): guess model defaults from file (#2522) 2024-06-08 22:13:02 +02:00
routes feat(ui): display number of available models for installation (#2298) 2024-05-12 14:24:36 +02:00
static fix: fix chat webui response parsing (#2515) 2024-06-07 17:20:31 +02:00
views fix: fix chat webui response parsing (#2515) 2024-06-07 17:20:31 +02:00
app.go feat:OpaqueErrors to hide error information (#2486) 2024-06-05 08:45:24 +02:00
app_test.go feat:OpaqueErrors to hide error information (#2486) 2024-06-05 08:45:24 +02:00
http_suite_test.go fix: rename fiber entrypoint from http/api to http/app (#2096) 2024-04-21 22:39:28 +02:00
render.go fix: use bluemonday as recommended by blackfriday (#2142) 2024-04-26 10:34:50 +02:00