We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af4fa14 commit b7cdc53Copy full SHA for b7cdc53
bin/commands/init/init.js
@@ -20,6 +20,7 @@ export async function init(configPath) {
20
provider: embeddingConfig.provider,
21
model: embeddingConfig.model,
22
dimensions: embeddingConfig.dimensions,
23
+ apiKey: embeddingConfig.apiKey,
24
baseUrl: embeddingConfig.baseUrl,
25
batchSize: 100
26
},
0 commit comments