From 4244d87764053ab7c5c4be21c01c791661ec005d Mon Sep 17 00:00:00 2001 From: Zachary Kent Date: Wed, 17 Apr 2024 14:29:44 -0400 Subject: [PATCH] Adjust readme examples --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 902451f..702e0e7 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Conversation mode can explain code snippets, generate unit tests, and scaffold n # Start a conversation with the assistant moki -c - moki -m=turbo -c -max-tokens=100000 -t=0.5 + moki -c -m=turbo -max-tokens=100000 -t=0.5 ``` ## Example