Skip to content

Commit

Permalink
chore: fix langsmith wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoushaw committed Aug 1, 2024
1 parent a7ef541 commit 8c09aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/midscene/src/ai-model/openai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async function createOpenAI() {
const openai = new OpenAI(extraConfig);

if (process.env[envSmithDebug]) {
console.log('DEBUGGING MODE: using langsmith wrapper');
console.log('DEBUGGING MODE: langsmith wrapper enabled');
const openai = wrapOpenAI(new OpenAI());
return openai;
}
Expand Down

0 comments on commit 8c09aaf

Please sign in to comment.