Skip to content

Commit 0f1417f

Browse files
authoredMar 6, 2023
Merge pull request #433 from shulandmimi/main
2 parents 0ed1ad0 + 7921b52 commit 0f1417f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎bin/cli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ async function main() {
3030
default: true
3131
})
3232
.option('-t, --timeout', 'Timeout in milliseconds')
33-
.option('-k, --apiKey', 'OpenAI API key')
33+
.option('-k, --apiKey [apiKey]', 'OpenAI API key')
3434
.option('-n, --conversationName', 'Unique name for the conversation')
3535
.action(async (prompt, options) => {
3636
const apiKey = options.apiKey || process.env.OPENAI_API_KEY

0 commit comments

Comments
 (0)