Skip to content

Commit

Permalink
Small fix to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MaggotHATE committed Aug 17, 2024
1 parent b665a51 commit 6f2a4b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ Additionally, chatTest console app is also added for testing purposes, since cer

### About chatTest

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.
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.

* cycle - generates X amount of results by a given prompt. It also has wildcards support for additional randomization. See sci.json as an example.
* 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.
* 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.

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.
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.

## Building

Expand Down

0 comments on commit 6f2a4b1

Please sign in to comment.