This file and type represent a generic request to LocalAI - as opposed to requests to LocalAI-specific endpoints, which live in localai.go
| 2 | |
| 3 | // This file and type represent a generic request to LocalAI - as opposed to requests to LocalAI-specific endpoints, which live in localai.go |
| 4 | type LocalAIRequest interface { |
| 5 | ModelName(*string) string |
| 6 | } |
| 7 | |
| 8 | // @Description BasicModelRequest contains the basic model request fields |
| 9 | type BasicModelRequest struct { |
no outgoing calls
no test coverage detected