config

package
v0.0.0-...-a0e9b24 Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Help

func Help()

Help prints the environment variables and their default values to stdout.

Types

type Config

type Config struct {
	OllamaModel   string `envconfig:"OLLAMA_MODEL" default:"llama3.2"`
	OpenAIModel   string `envconfig:"OPENAI_MODEL" default:"gpt-4o-2024-08-06"`
	AudioLanguage string `envconfig:"AUDIO_LANGUAGE" default:"en"`
	WithImage     bool   `envconfig:"WITH_IMAGE" default:"false"`
	TempDir       string `envconfig:"TEMPDIR" default:"auto"`
}
var ConfigInstance *Config

Jump to

Keyboard shortcuts

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