package
Version:
v0.0.0-...-2cc1806
Opens a new window with list of versions in this module.
Published: Nov 23, 2024
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func DefaultConfig() (config *Config)
type TomlConfig struct {
BaseUrl string `toml:"OPENAI_API_BASE_URL"`
ApiKey string `toml:"OPENAI_API_KEY"`
Model string `toml:"MODEL"`
Temperature float64 `toml:"TEMPERATURE"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.