Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ Example with `nano ~/.bash_profile`:
export OPENAI_API_KEY=key
```

BUT make sure it won't be committed to the Github. Is must be private.
BUT make sure it won't be committed to Github, it must be private.

You can define you own prompts and use them using `.register_prompt`. For example:
You can define your own prompts and use them using `.register_prompt`. For example:

```ruby
config.register_prompt :extract_email do |arg|
Expand Down