Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type M ¶
type M interface { // Run starts llm service. Run() error // CreateNewModel creates a new model with the given name and spec. CreateNewModel(modelName string, spec *ModelSpec) error // WaitForReady waits for the llm service to be ready. WaitForReady() error // DeleteModel deletes the model. DeleteModel(ctx context.Context, modelName string) error }
M manages llm service.
Click to show internal directories.
Click to hide internal directories.