We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaf8b30 commit a15ce75Copy full SHA for a15ce75
questions.ts
@@ -671,7 +671,8 @@ export const askQuestions = async (
671
672
// Ask for LlamaCloud API key when using a LlamaCloud index or LlamaParse
673
if (isUsingLlamaCloud || program.useLlamaParse) {
674
- if (!program.llamaCloudKey) { // if already set, don't ask again
+ if (!program.llamaCloudKey) {
675
+ // if already set, don't ask again
676
if (ciInfo.isCI) {
677
program.llamaCloudKey = getPrefOrDefault("llamaCloudKey");
678
} else {
0 commit comments