LocalAI/pkg/utils
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
..
config.go feat(assistant): Assistant and AssistantFiles api (#1803) 2024-03-26 18:54:35 +01:00
hash.go feat: embedded model configurations, add popular model examples, refactoring (#1532) 2024-01-05 23:16:33 +01:00
json.go
logging.go
path.go Initial implementation of upload files api. (#1703) 2024-02-18 10:12:02 +00:00
untar.go
utils_suite_test.go