config

package
v0.10.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 1, 2025 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	LLMProvider string
	Prompt      string
	Gemini      GeminiConfig
	OpenAI      OpenAIConfig
}

func Load

func Load() (*Config, error)

type GeminiConfig

type GeminiConfig struct {
	APIKey string
	Model  string
}

type OpenAIConfig

type OpenAIConfig struct {
	APIKey  string
	Model   string
	BaseURL string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL