Skip to content

Commit

Permalink
ai-fetch package name
Browse files Browse the repository at this point in the history
  • Loading branch information
cfortuner committed Oct 25, 2024
1 parent 65894eb commit ed29ce6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@dexaai/ai-fetch": "file:../ai-fetch",
"ai-fetch": "file:../ai-fetch",
"ky": "^1.4.0"
},
"devDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/anthropic-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
type ChatStreamParams,
type ChatStreamResponse,
createApiInstance,
} from '@dexaai/ai-fetch';
} from 'ai-fetch';
import { type KyInstance, type Options as KyOptions } from 'ky';

import { type Anthropic } from '../anthropic-types/index.js';
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ export type {
PermissionDeniedError,
RateLimitError,
UnprocessableEntityError,
} from '@dexaai/ai-fetch';
} from 'ai-fetch';

0 comments on commit ed29ce6

Please sign in to comment.