package
Version:
v0.2.1
Opens a new window with list of versions in this module.
Published: Jun 14, 2026
License: MIT
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Initialise(ready chan<- struct{}, port string, isDebug bool)
type ModelInfo struct {
Provider string `json:"provider"`
Model string `json:"model"`
ApiKey string `json:"api_key"`
BaseUrl string `json:"base_url"`
ReasoningEffort string `json:"reasoning_effort,omitempty"`
LastUsed int64 `json:"last_used"`
}
type ModelTypes struct {
Models []ModelInfo `json:"models"`
Recent []ModelInfo `json:"recent_models"`
}
type Request struct {
Images [][]byte `json:"images"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.