MCPcopy Create free account
hub / github.com/dariubs/goAI / Options

Struct Options

options.go:8–14  ·  view source on GitHub ↗

Options contains configuration options for LLM providers

Source from the content-addressed store, hash-verified

6
7// Options contains configuration options for LLM providers
8type Options struct {
9 APIKey string
10 Endpoint string
11 Timeout time.Duration
12 MaxTokens int
13 Temperature float64
14}
15
16// Option is a functional option for configuring a Client
17type Option func(*Options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected