We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91e0e4d commit 070fec8Copy full SHA for 070fec8
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+- Improve welcome message.
6
+
7
## 0.12.0
8
9
- Fix openai api key read from config.
src/eca/config.clj
@@ -28,7 +28,7 @@
28
:ollama {:host "http://localhost"
29
:port 11434
30
:useTools true}
31
- :chat {:welcomeMessage "Welcome to ECA! What you have in mind?\n\n"}
+ :chat {:welcomeMessage "Welcome to ECA!\n\nType '/' for commands\n\n"}
32
:customProviders {}
33
:index {:ignoreFiles [{:type :gitignore}]}})
34
0 commit comments