Skip to content

Commit 7921b52

Browse files
committed
fix: can't use apiKey flag
1 parent 0ed1ad0 commit 7921b52

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)