Skip to content

Commit 5c5f6af

Browse files
authored
Merge pull request #2 from azevedoguigo/development
v0.1.1
2 parents 89db05d + a194135 commit 5c5f6af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/app/application.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
func Run() error {
16-
configDir := ".deepseek-tui"
16+
configDir := ".ollama-chat-tui"
1717
chatsDir := "chats"
1818

1919
chatManager, err := handler.NewChatManager(configDir, chatsDir)

0 commit comments

Comments
 (0)