Skip to content

Commit 6a20785

Browse files
author
Some Anon
committed
Alligned the notes
1 parent 73bc7b3 commit 6a20785

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

bindings/main.nim

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ Options:
1515
--embedding_model <model_id> Specify the embedding model to use
1616
--reranker_model <model_id> Specify the reranker model to use
1717
-p, --prompt <prompt> Set the initial prompt for the model
18-
-i, --interactive Enable interactive mode
19-
--reversed_role Reverse the role of user and AI in interactive mode
20-
--multi Allow multi-line input in interactive mode
21-
-h, --help Show this help message
18+
-i, --interactive Enable interactive mode
19+
--reversed_role Reverse the role of user and AI in interactive mode
20+
--multi Allow multi-line input in interactive mode
21+
-h, --help Show this help message
2222
2323
Examples:
2424
./program -m :qwen:1.5b -p "Hello, world!"
@@ -265,4 +265,4 @@ if interactive:
265265
else:
266266
discard chatllm_user_input(chat, prompt.cstring)
267267

268-
chatllm_show_statistics(chat)
268+
chatllm_show_statistics(chat)

0 commit comments

Comments
 (0)