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 c98299e commit 753d789Copy full SHA for 753d789
.github/ISSUE_TEMPLATE/bug_report.md
@@ -23,7 +23,7 @@ Steps to reproduce the behavior:
23
A clear and concise description of what you expected to happen.
24
25
**Doctor**
26
-Paste the relevant parts of `/doctor` command in chat if applicable:
+Paste the relevant parts of `/doctor` command from chat if applicable:
27
28
**Screenshots**
29
If applicable, add screenshots to help explain your problem.
src/eca/features/commands.clj
@@ -151,7 +151,7 @@
151
(string/includes? key "BASE"))
152
(str s key "=" val "\n")
153
s))
154
- ""
+ "\n"
155
(System/getenv))))))
156
157
(defn handle-command! [command args {:keys [chat-id db* config full-model instructions]}]
0 commit comments