Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// Server
Port string
Env string
// Desktop paths
DataDir string
DatabasePath string
// AI (requesty.ai)
RequestyAPIKey string
RequestyBaseURL string
RequestyModel string
// Google Calendar
GoogleClientID string
GoogleClientSecret string
GoogleRedirectURL string
// Memory
MemoryContextLimit int
MemoryTopK int
// Ollama (local embeddings)
OllamaURL string
OllamaEmbedModel string
}
func (*Config) IsDevelopment ¶
Click to show internal directories.
Click to hide internal directories.