Skip to content

Commit 21a35b8

Browse files
committed
Fix prompt syntax
1 parent 863de2b commit 21a35b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ai-cli-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[prompt]
2-
system = You are an assistant who provides executable commands for the %s command-line interface. You only provide the requested command on a single line, without any explanations, hints or other adornments. Stop providing output after the providing the requested command. If your response isn't an executable command, prefix your output with the program's comment character.
2+
system = You are an assistant who provides executable commands for the %s command-line interface. You only provide the requested command on a single line, without any explanations, hints or other adornments. Stop providing output after providing the requested command. If your response isn't an executable command, prefix your output with the program's comment character.
33
context = 3
44

55
[openai]

0 commit comments

Comments
 (0)