Documentation ¶ Index ¶ func Run(ctx context.Context, args []string, options *Options) error type CodexConfig func NewConfig(ctx context.Context, options *Options) (*CodexConfig, error) type Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Run ¶ func Run(ctx context.Context, args []string, options *Options) error Types ¶ type CodexConfig ¶ type CodexConfig struct { BaseURL string AuthToken string Model string } func NewConfig ¶ func NewConfig(ctx context.Context, options *Options) (*CodexConfig, error) type Options ¶ type Options = run.Options Source Files ¶ View all Source files codex.goconfig.go Click to show internal directories. Click to hide internal directories.