Ironclad / rivet

The open-source visual AI programming environment and TypeScript library
https://rivet.ironcladapp.com
MIT License
2.55k stars 226 forks source link

Added Anthropic Claude 3 Sonnet and Claude 3 Opus support with Vision capability. #369

Closed wayne-chang closed 3 months ago

wayne-chang commented 3 months ago
abrenneke commented 3 months ago

@wayne-chang is this working for you? I had a report that someone tried and they were getting an error about claude 3 requiring some Messages API instead of the chat completions one

abrenneke commented 3 months ago

error says: Error: Error processing ChatAnthropicNode: "claude-3-opus-20240229" is not supported on this API. Please use the Messages API instead.

wayne-chang commented 3 months ago

error says: Error: Error processing ChatAnthropicNode: "claude-3-opus-20240229" is not supported on this API. Please use the Messages API instead.

Addressing!

wayne-chang commented 3 months ago

@abrenneke

image
gogwilt commented 3 months ago

@wayne-chang I created #374 with a pretty big update to the Claude 3 support you added. Are you OK if we close this PR and go with the other one?

wayne-chang commented 3 months ago

@wayne-chang I created #374 with a pretty big update to the Claude 3 support you added. Are you OK if we close this PR and go with the other one?

Let's do it!