Skip to content

Commit b7cdc53

Browse files
committed
fix apiKey in init
1 parent af4fa14 commit b7cdc53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/commands/init/init.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export async function init(configPath) {
2020
provider: embeddingConfig.provider,
2121
model: embeddingConfig.model,
2222
dimensions: embeddingConfig.dimensions,
23+
apiKey: embeddingConfig.apiKey,
2324
baseUrl: embeddingConfig.baseUrl,
2425
batchSize: 100
2526
},

0 commit comments

Comments
 (0)