Versions in this module Expand all Collapse all v0 v0.0.1 Jan 8, 2025 Changes in this version + type Client struct + Samples *Samples + func Get(clientRef *bootstrap.ClientRef) *Client + func (c *Client) Completion(ctx context.Context, params openai.ChatCompletionNewParams) (*openai.ChatCompletion, error) + func (c Client) GetModel(ctx context.Context, tier ModelTier) string + type ModelTier int + const Tier1 + type Samples struct + func (s *Samples) BytesPerTok() float32