Closed mudler closed 2 weeks ago
Name | Link |
---|---|
Latest commit | 2ecbb0367837ebbaff82256f95386061f42160e3 |
Latest deploy log | https://app.netlify.com/sites/localai/deploys/6735dc8c78e00100082f9ed2 |
Deploy Preview | https://deploy-preview-4153--localai.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Description
This pull request includes several changes to improve the handling and representation of system information models. This is mainly done to the fact that we don't want to marshal the
model.Model
struct that has a Mutex, which makes swagger choke during generation of the documentation.We create here a
schema.Model
which is used to return the results instead of consuming directlymodel.Model
Notes for Reviewers
Bumped into this as part of #3722
Signed commits