Skip to content

Commit

Permalink
Issue34 esimms999 minor typo (#35)
Browse files Browse the repository at this point in the history
Thanks for you contribution!!
  • Loading branch information
esimms999 authored May 1, 2023
1 parent 1c025f9 commit a8ff288
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ cat(chatgpt::explain_code("for (i in 1:10) {\n print(i ** 2)\n}"))

ChatGPT model parameters can be tweaked by using environment variables.

The following environment variables variables can be set to tweak the behavior, as documented in https://beta.openai.com/docs/api-reference/completions/create .
The following environment variables can be set to tweak the behavior, as documented in https://beta.openai.com/docs/api-reference/completions/create .

* `OPENAI_MODEL`; defaults to `"gpt-3.5-turbo"`
* `OPENAI_MAX_TOKENS`; defaults to `256`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ cat(chatgpt::explain_code("for (i in 1:10) {\n print(i ** 2)\n}"))

ChatGPT model parameters can be tweaked by using environment variables.

The following environment variables variables can be set to tweak the
The following environment variables can be set to tweak the
behavior, as documented in
<https://beta.openai.com/docs/api-reference/completions/create> .

Expand Down

0 comments on commit a8ff288

Please sign in to comment.