Skip to content

Commit 6f2a4b1

Browse files
committed
Small fix to Readme
1 parent b665a51 commit 6f2a4b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ Additionally, chatTest console app is also added for testing purposes, since cer
2424

2525
### About chatTest
2626

27-
ChatTest is a debugging-oriented version that uses the same internal processing, but alaos allows bulk generation tests as a way of evaluating models and prompts. After loading a model, input one of these instead of dialog.
27+
ChatTest is a debugging-oriented version that uses the same internal processing, but also allows bulk generation tests as a way of evaluating models and prompts. After loading a model, input one of these instead of dialog.
2828

2929
* cycle - generates X amount of results by a given prompt. It also has wildcards support for additional randomization. See sci.json as an example.
3030
* test - generates results for each given params preset on the same prompt and seed. See presetsTest.json as an example, which will be used by default.
3131
* regens - generates 20 results by a given prompt, but using regeneration of the last result. You can also drag-n-drop a text file with a prompt, but the file name needs to have "regens.txt" at the end.
3232

33-
In first two cases it will ask you to enter file name or a prompt, cycle will also ask for a custom amount of cycles if no file given. Regens is instant as it relies on the prompt.
33+
In first two cases it will ask you to enter file name or a prompt, cycle will also ask for a custom amount of cycles if no file given. Regens is instant as it relies on the prompt. All results are saved in separate text files inside `tales` folder which needs to be created manually.
3434

3535
## Building
3636

0 commit comments

Comments
 (0)