Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LLMService ¶
type LLMService interface { LLMProxy(req *types.LLMRequest) (resp *types.LLMResponse, err error) LLMConfig(req *types.LLMConfigRequest) error GetLLMConfig() (resp *types.LLMResponse, err error) AddImportJob(req *types.LLMImportRequest) (resp *types.LLMResponse, err error) GetLLMImportJobs(req *types.LLMImportJobsRequest) (resp *types.LLMResponse, err error) HandleLLMImportJob(req *types.HandleLLMImportRequest) (resp *types.LLMResponse, err error) DeleteLLMImportJob(req *types.DeleteLLMImportRequest) (resp *types.LLMResponse, err error) }
func NewLLMService ¶
func NewLLMService(ctx context.Context, svcCtx *svc.ServiceContext) LLMService
Click to show internal directories.
Click to hide internal directories.