config

package
v0.0.0-...-41cb08b Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2023 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var EmptyConfigFileSchema = &models.ConfigFile{
	Postgres: &models.PostgresConfig{
		Config: &models.ChatConfig{Model: "gpt-4", Temperature: 1},
		PostgresConnConfig: &models.PostgresConnConfig{
			Host:     "",
			Port:     5432,
			Username: "",
			Password: "",
			Database: "",
		},
	},
	OS: &models.OSConfig{
		Config: &models.ChatConfig{Model: "gpt-4", Temperature: 1},
	},
}

Functions

func NewConfigProvider

func NewConfigProvider() cfgport.CfgProvider

Types

This section is empty.

Jump to

Keyboard shortcuts

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