Versions in this module Expand all Collapse all v0 v0.1.0 Mar 27, 2023 Changes in this version + type ChatContext struct + func New(apiKey string, profilePath string) (*ChatContext, error) + func (cctx *ChatContext) Interactive(ctx context.Context, w io.Writer) error + func (cctx *ChatContext) Request(ctx context.Context, msg string) (string, error) + func (cctx *ChatContext) RequestRaw(ctx context.Context, msg string) (openai.ChatCompletionResponse, error)