Skip to content

Commit

Permalink
Update main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Apr 4, 2024
1 parent f3e4e69 commit 24201cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labs/040-embeddings-rag-nodejs/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ ${(
model: process.env.OPENAI_AZURE_DEPLOYMENT ?? ''
},
{
path: `${process.env.OPENAI_AZURE_ENDPOINT}openai/deployments/${process.env.OPENAI_AZURE_DEPLOYMENT}/chat/completions`
path: `${process.env.OPENAI_AZURE_ENDPOINT}/openai/deployments/${process.env.OPENAI_AZURE_DEPLOYMENT}/chat/completions`
});

console.log();
Expand Down

0 comments on commit 24201cc

Please sign in to comment.