Skip to content

Commit

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

0 comments on commit e8c875b

Please sign in to comment.