Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CustomizationPath ¶
func SetCurrentModel ¶
func SkillsPath ¶
func SkillsPath() string
Types ¶
type Customization ¶
type Customization struct {
SkillsPath string `json:"skills_path"`
Port string `json:"port"`
Theme string `json:"theme"`
Providers []Provider `json:"providers"`
CurrentModel ResModel `json:"current_model"`
}
```bash OPENAI_API_KEY=sk-... OPENAI_BASE_URL=https://... SKILL_PATH=path/to/skill/folder API_URL=http://localhost:8080 ```
func GetCustomization ¶
func GetCustomization() Customization
Click to show internal directories.
Click to hide internal directories.