llm

package
v0.0.0-...-9a8bf5a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 23, 2024 License: Apache-2.0 Imports: 17 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL