Added Anthropic Claude 3 Sonnet and Claude 3 Opus support with Vision capability. #749
Annotations
6 errors and 1 warning
build
Type '{ model: "claude-instant-1" | "claude-2" | "claude-2.1" | "claude-3-sonnet-20240229" | "claude-3-opus-20240229"; prompt: string; max_tokens_to_sample: number; stop_sequences: string[] | undefined; temperature: number | undefined; top_p: number | undefined; top_k: number | undefined; stream: false; }' is not assignable to type 'ChatCompletionOptionsWithImage'.
|
build
Expected 0 arguments, but got 1.
|
build
Cannot find name 'image'. Did you mean 'Image'?
|
build
Cannot find name 'responseParts'.
|
build
Cannot find name 'responseParts'.
|
build
Process completed with exit code 1.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|