We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfde4cd commit acad40aCopy full SHA for acad40a
1 file changed
rag/batch/src/embeddings-models.ts
@@ -9,7 +9,7 @@ interface EmbeddingsModel {
9
}
10
11
function listEmbeddings(): EmbeddingsModel[] {
12
- console.log(JSON.stringify(process.env.AZURE_OPENAI_API_KEY ?? '', null, 2));
+ // Do not log sensitive information such as API keys.
13
return [
14
{
15
type: 'titan', model: new BedrockEmbeddings({
0 commit comments