You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AI: Hello. I am an AI chatbot. Would you like to talk?
40
40
User: Sure!
@@ -45,7 +45,7 @@ User:'
45
45
#### Windows:
46
46
47
47
```powershell
48
-
main.exe -m models\7B\ggml-model.bin -n -1 --color -r "User:" --in-prefix " " -e --prompt "User: Hi\nAI: Hello. I am an AI chatbot. Would you like to talk?\nUser: Sure!\nAI: What would you like to talk about?\nUser:"
48
+
main.exe -m models\7B\ggml-model.bin -n -1 --color -r "User:" --in-prefix " " -i -e -p "User: Hi\nAI: Hello. I am an AI chatbot. Would you like to talk?\nUser: Sure!\nAI: What would you like to talk about?\nUser:"
49
49
```
50
50
51
51
The following command generates "infinite" text from a starting prompt (you can use `Ctrl-C` to stop it):
0 commit comments