File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
2323Examples:
2424 ./program -m :qwen:1.5b -p "Hello, world!"
@@ -265,4 +265,4 @@ if interactive:
265265else :
266266 discard chatllm_user_input (chat, prompt.cstring )
267267
268- chatllm_show_statistics (chat)
268+ chatllm_show_statistics (chat)
You can’t perform that action at this time.
0 commit comments