Versions in this module Expand all Collapse all v1 v1.0.0 Jul 31, 2023 Changes in this version + type Client struct + func New(dailTarget string, ctr container.Container) *Client + func (c *Client) RunGenerate(ctx context.Context, r *GenerateRequest) (*GenerateResponse, error) + type GenerateRequest struct + Lang string + Prompt string + type GenerateResponse struct + CodeList []string + CompletionTokens int + PromptTokens int