Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGrpcServeGateway ¶ added in v0.4.5
func NewGrpcServeGateway() *grpcServeGateway
Types ¶
type GatewayInterface ¶ added in v0.4.5
type OpenAIGateway ¶
type OpenAIGateway interface { GetAnswerFromPrompt(prompt string, variability float32) (string, error) AsyncGetAnswerFromPrompt(prompt string, variability float32) <-chan string }
func NewOpenAIGateway ¶
func NewOpenAIGateway(ctx context.Context) OpenAIGateway
Click to show internal directories.
Click to hide internal directories.