Skip to content

Commit

Permalink
show api key option in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
elie222 committed Nov 15, 2023
1 parent 7cc05b9 commit 6a38a4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ const options = {
debug: boolean,
// The OpenAI model (https://platform.openai.com/docs/models/overview)
model: "gpt-4-1106-preview",
// The OpenAI API key
openaiApiKey: 'sk-...',
};
auto("<your prompt>", { page, test }, options);
Expand Down

0 comments on commit 6a38a4c

Please sign in to comment.