LocalAI/api
Steven Christou 01205fd4c0
Initial implementation of upload files api. (#1703)
* Initial implementation of upload files api.

* Move sanitize method to utils.

* Save uploaded data to uploads folder.

* Avoid loop if we do not have a purpose.

* Minor cleanup of api and fix bug where deleting duplicate filename cause error.

* Revert defer of saving config

* Moved creation of directory to startup.

* Make file names unique when storing on disk.

* Add test for files api.

* Update dependencies.
2024-02-18 10:12:02 +00:00
..
backend
config
ctx
localai fix(tts): fix regression when supplying backend from requests (#1713) 2024-02-15 17:33:06 +01:00
openai Initial implementation of upload files api. (#1703) 2024-02-18 10:12:02 +00:00
options Initial implementation of upload files api. (#1703) 2024-02-18 10:12:02 +00:00
schema feat(tools): support Tool calls in the API (#1715) 2024-02-17 10:00:34 +01:00
api_test.go
api.go Initial implementation of upload files api. (#1703) 2024-02-18 10:12:02 +00:00
apt_suite_test.go