LocalAI/api
Jirubizu 355e9d4fb5
[API] expose all the jobs via /models/jobs endpoint (#983)
**Description**

This PR fixes #


**Notes for Reviewers**


**[Signed
commits](../CONTRIBUTING.md#signing-off-on-commits-developer-certificate-of-origin)**
- [ ] Yes, I signed my commits.
 

<!--
Thank you for contributing to LocalAI! 

Contributing Conventions:

1. Include descriptive PR titles with [<component-name>] prepended.
2. Build and test your changes before submitting a PR. 
3. Sign your commits

By following the community's contribution conventions upfront, the
review process will
be accelerated and your PR merged more quickly.
-->

Co-authored-by: Jirubizu <jirubizu@jirubizu.cc>
2023-08-31 15:03:03 +00:00
..
backend fix(utf8): prevent multi-byte utf8 characters from being mangled (#981) 2023-08-30 23:56:59 +00:00
config feat: Allow to load lora adapters for llama.cpp (#955) 2023-08-25 21:58:46 +02:00
localai [API] expose all the jobs via /models/jobs endpoint (#983) 2023-08-31 15:03:03 +00:00
openai fix: drop racy code, refactor and group API schema (#931) 2023-08-20 14:04:45 +02:00
options feat: add --single-active-backend to allow only one backend active at the time (#925) 2023-08-19 01:49:33 +02:00
schema fix: drop racy code, refactor and group API schema (#931) 2023-08-20 14:04:45 +02:00
api_test.go fix(deps): update go-llama.cpp (#980) 2023-08-30 23:01:55 +02:00
api.go [API] expose all the jobs via /models/jobs endpoint (#983) 2023-08-31 15:03:03 +00:00
apt_suite_test.go feat: add CI/tests (#58) 2023-04-22 00:44:52 +02:00