Skip to content

Commit

Permalink
Modified: readme with org_id instructions (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
signebedi committed May 14, 2023
1 parent 9d051e7 commit 1a7d12b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ Now, you can verify it is working by running `gptty --help`. If you experience a

| Key | Type | Default Value | Description |
| -------- | ------- | -------- | ------- |
| api_key | String | "" | The API key for OpenAI's GPT service |
| api_key | String | "" | Your API key for OpenAI's GPT service |
| org_id | String | "" | Your organization ID for OpenAI's GPT service |
| your_name | String | "question" | The name of the input prompt |
| gpt_name | String | "response" | The name of the generated response |
| output_file | String | "output.txt" | The name of the file where the output will be saved |
Expand Down Expand Up @@ -104,6 +105,7 @@ To use a command, simply type it into the command prompt and press Enter. For ex
> :configs
api_key: SOME_CONFIG_HERE
org_id: org-SOME_CHARS_HERE
your_name: question
gpt_name: response
output_file: output.txt
Expand Down

0 comments on commit 1a7d12b

Please sign in to comment.