mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-01 21:10:13 +00:00
Remove OpenCode references
This commit is contained in:
parent
3b836387e9
commit
ecc31730f6
19 changed files with 154 additions and 184 deletions
|
|
@ -98,10 +98,7 @@ func (h *AIHandler) Start(ctx context.Context, stateProvider AIStateProvider) er
|
|||
}
|
||||
|
||||
// Determine data directory
|
||||
dataDir := aiCfg.OpenCodeDataDir
|
||||
if dataDir == "" {
|
||||
dataDir = "/tmp/pulse-ai"
|
||||
}
|
||||
dataDir := "/tmp/pulse-ai"
|
||||
|
||||
log.Info().Bool("enabled", aiCfg.Enabled).Str("model", aiCfg.Model).Msg("Starting AI chat service")
|
||||
h.service = newChatService(chat.Config{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue