Documentation
¶
Overview ¶
Package openrouter adapts OpenRouter's official Go SDK to SuperCode's provider-neutral boundary.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrMissingAPIKey = errors.New("OpenRouter API key is required")
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
APIKey string
BaseURL string
Headers map[string]string
HTTPClient openroutersdk.HTTPClient
}
Click to show internal directories.
Click to hide internal directories.