We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89db05d + a194135 commit 5c5f6afCopy full SHA for 5c5f6af
internal/app/application.go
@@ -13,7 +13,7 @@ import (
13
)
14
15
func Run() error {
16
- configDir := ".deepseek-tui"
+ configDir := ".ollama-chat-tui"
17
chatsDir := "chats"
18
19
chatManager, err := handler.NewChatManager(configDir, chatsDir)
0 commit comments