Skip to content

Commit

Permalink
fix: fix link to README file uploads in fileFromPath
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot authored and RobertCraigie committed Jul 7, 2023
1 parent c9eb9b3 commit c4e2c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_shims/fileFromPath.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ export async function fileFromPath(
): Promise<File>;
export async function fileFromPath(): Promise<File> {
throw new Error(
'The `fileFromPath` function is only supported in Node. See the README for more details: https://www.github.com/openai/openai-node#file-uploads',
'The `fileFromPath` function is only supported in Node. See the README for more details: https://www.github.com/anthropics/anthropic-sdk-typescript#file-uploads',
);
}

0 comments on commit c4e2c64

Please sign in to comment.