Quick and dirty commit, due to heaste of this needing
This commit is contained in:
@@ -59,6 +59,7 @@ public class Launcher {
|
||||
-o --output Redirects the API Server output to another file
|
||||
-y Auto accepts to prompts, used for a seamless run. Not recomended when running as Display
|
||||
-d --dontLoadOld Don't load old messages
|
||||
-f --full-message Shows the models <think>...</think> block in the output
|
||||
--api Provides API docs
|
||||
""");
|
||||
return;
|
||||
@@ -71,6 +72,10 @@ public class Launcher {
|
||||
{
|
||||
options.setLoadOld(false);
|
||||
}
|
||||
case "-f", "--full-message" ->
|
||||
{
|
||||
options.setShowFullMessage(true);
|
||||
}
|
||||
|
||||
default -> {
|
||||
System.out.println("Unknown option: " + arg+"\nUse --help for help");
|
||||
|
||||
Reference in New Issue
Block a user