Skip to content

Commit

Permalink
chore: lint files
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Jun 13, 2024
1 parent 7100ef5 commit 2a51525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/langchain-openai/src/chat_models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ export class ChatOpenAI<
const requestOptions = this._getClientOptions(options);
return this.caller.call(async () => {
try {
console.log(request.messages)
console.log(request.messages);
const res = await this.client.chat.completions.create(
request,
requestOptions
Expand Down

0 comments on commit 2a51525

Please sign in to comment.