Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
bentwnghk committed Jan 8, 2025
1 parent 27a9cc1 commit 2733b01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/agent-runtime/utils/anthropicHelpers.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import '@anthropic-ai/sdk/shims/web';
import Anthropic from '@anthropic-ai/sdk';
import OpenAI from 'openai';

Expand Down
1 change: 1 addition & 0 deletions src/libs/agent-runtime/utils/streams/anthropic.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import '@anthropic-ai/sdk/shims/web';
import Anthropic from '@anthropic-ai/sdk';
import type { Stream } from '@anthropic-ai/sdk/streaming';

Expand Down

0 comments on commit 2733b01

Please sign in to comment.