LocalAI/api/openai
Ettore Di Giacinto 1fc3a375df
feat: inline templates and accept URLs in models (#1452)
* feat: Allow inline templates

* feat: Allow to specify url in model config files

Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>

* feat: support 'huggingface://' format

* style: reuse-code from gallery

---------

Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
2023-12-18 18:58:44 +01:00
..
chat.go feat: inline templates and accept URLs in models (#1452) 2023-12-18 18:58:44 +01:00
completion.go feat: inline templates and accept URLs in models (#1452) 2023-12-18 18:58:44 +01:00
edit.go feat: inline templates and accept URLs in models (#1452) 2023-12-18 18:58:44 +01:00
embeddings.go fix(openai): Populate ID and Created fields in OpenAI compatible responses (#1164) 2023-10-12 02:00:08 +00:00
image.go feat(img2vid,txt2vid): Initial support for img2vid,txt2vid (#1442) 2023-12-15 18:06:20 -05:00
inference.go 🔥 add LaVA support and GPT vision API, Multiple requests for llama.cpp, return JSON types (#1254) 2023-11-11 13:14:59 +01:00
list.go fix: drop racy code, refactor and group API schema (#931) 2023-08-20 14:04:45 +02:00
request.go 🔥 add LaVA support and GPT vision API, Multiple requests for llama.cpp, return JSON types (#1254) 2023-11-11 13:14:59 +01:00
transcription.go feat: cancel stream generation if client disappears (#792) 2023-07-24 23:10:54 +02:00