LocalAI/core/http
Steven Christou 2d7913b3be
feat(assistant): Assistant and AssistantFiles api (#1803)
* Initial implementation of assistants api

* Move load/save configs to utils

* Save assistant and assistantfiles config to disk.

* Add tsets for assistant api

* Fix models path spelling mistake.

* Remove personal go.mod information

---------

Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
2024-03-26 18:54:35 +01:00
..
ctx refactor: move remaining api packages to core (#1731) 2024-03-01 16:19:53 +01:00
endpoints feat(assistant): Assistant and AssistantFiles api (#1803) 2024-03-26 18:54:35 +01:00
api_test.go feat(stores): Vector store backend (#1795) 2024-03-22 21:14:04 +01:00
api.go feat(assistant): Assistant and AssistantFiles api (#1803) 2024-03-26 18:54:35 +01:00
apt_suite_test.go