You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,10 +70,10 @@ You need to connect your OpenAI API key to the program by setting the `OPENAI_AP
70
70
export OPENAI_API_KEY=<your_api_key>
71
71
```
72
72
73
-
By default we use `text-davinci-002`, you can change it to a different model by setting the `HOWTO_OPENAI_MODEL` environment variable. It's best to use Codex models (e.g., `code-davinci-002`), but they are currently in beta and not available to everyone.
73
+
By default we use `text-davinci-002`, you can change it to a different model by setting the `HOWTO_OPENAI_MODEL` environment variable. It's best to use Codex models (e.g., `code-davinci-002`), but *code models are currently in beta and not available to everyone*.
74
74
75
75
```bash
76
-
export HOWTO_OPENAI_MODEL=code-davinci-002
76
+
export HOWTO_OPENAI_MODEL=<model_to_use># optional, default is text-davinci-002
0 commit comments