LocalAI/api
Ettore Di Giacinto c1888a8062
feat(preload): prepare models in galleries (#1515)
Previously if applying models from the gallery API, we didn't actually
allowed remote URLs as models as nothing was actually downloading the
models referenced in the configuration file. Now we call Preload after
we have all the models loaded in memory.
2023-12-30 18:55:18 +01:00
..
backend feat(img2vid,txt2vid): Initial support for img2vid,txt2vid (#1442) 2023-12-15 18:06:20 -05:00
config feat(preload): prepare models in galleries (#1515) 2023-12-30 18:55:18 +01:00
localai feat(preload): prepare models in galleries (#1515) 2023-12-30 18:55:18 +01:00
openai remove default to stablediffusion (#1500) 2023-12-27 23:16:49 +00:00
options feat: initial watchdog implementation (#1341) 2023-11-26 18:36:23 +01:00
schema fix: respect OpenAI spec for response format (#1289) 2023-11-15 19:36:23 +01:00
api_test.go feat: inline templates and accept URLs in models (#1452) 2023-12-18 18:58:44 +01:00
api.go feat(preload): prepare models in galleries (#1515) 2023-12-30 18:55:18 +01:00
apt_suite_test.go feat: add CI/tests (#58) 2023-04-22 00:44:52 +02:00