Skip to content

Commit

Permalink
docs: adjust options part
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelass committed Mar 31, 2023
1 parent e4fff39 commit f8cf387
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,22 +161,22 @@ a try and see where your imagination takes you!
The following are the command-line interface (CLI) options available when running the generative
process:

`-G`, `--goal`: Sets the desired goal for the generative process. The default is a mandelbrot
algorithm that outputs ASCII to the console in a 90 columns \* 30 rows grid. `-g`, `--generations`:
Sets the number of generations that will be created by the generative process. The default is 3.
`-p`, `--persona`: Sets the persona or profile for the generative process. This can include factors
such as expertise level, creativity, and interests. The default is an expert Node.js developer with
a creative mindset. `-t`, `--temperature`: Sets the temperature parameter for the OpenAI API. This
controls the "creativity" of the generative process, with higher temperatures resulting in more
unpredictable output. The default is 0.2.
- `-G`, `--goal`: Sets the desired goal for the generative process. The default is a mandelbrot
algorithm that outputs ASCII to the console in a 90 columns \* 30 rows grid.
- `-g`, `--generations`: Sets the number of generations that will be created by the generative
process. The default is 3.
- `-p`, `--persona`: Sets the persona or profile for the generative process. This can include
factors such as expertise level, creativity, and interests. The default is an expert Node.js
developer with a creative mindset.
- `-t`, `--temperature`: Sets the temperature parameter for the OpenAI API. This controls the
"creativity" of the generative process, with higher temperatures resulting in more unpredictable
output. The default is 0.2.

These options allow you to customize the generative process to better suit your needs and
preferences. For example, you can set a specific goal for the generative process, adjust the number
of generations to generate, and even fine-tune the "creativity" level of the output. Use these
options to explore the full potential of the generative process and unlock your creativity.

Example: `--persona "rpg enthusiast, creative, expert node.js developer, detail-oriented"`

To use these options, you can pass them to the CLI command when running the generative process.
Here's an example command that sets the goal to "text-based console RPG game", the number of
generations to 5, and the persona to "animation enthusiast, design-driven, detail-oriented":
Expand All @@ -185,9 +185,6 @@ generations to 5, and the persona to "animation enthusiast, design-driven, detai
node generation-000.js -G "text-based console RPG game" -g 5 -p "rpg enthusiast, creative, expert node.js developer, detail-oriented"
```

By using these options, you can customize the generative process to suit your specific needs and
preferences.

### Learn JavaScript

If you're eager to learn, this is the perfect opportunity for you! Simply run the following command
Expand Down

0 comments on commit f8cf387

Please sign in to comment.