Default to the latest Claude model in chat_snowflake()#539
Conversation
hadley
left a comment
There was a problem hiding this comment.
If you don't mind spending a couple more minutes on this, I think it would be worth defining claude_latest somewhere and then using it here, in chat_anthropic() and in the corresponding param_model() calls in the docs.
|
Unfortunately Snowflake uses a slightly different naming convention that is incompatible with Anthropic 🙄. It's also a bit of an issue that Snowflake rolls out models at a slightly different pace than Anthropic, and I think it's wise to default to a model available in most Snowflake regions (which is not always the case, and the main reason why we didn't default to Claude 3.5 Sonnet before). They've also got this complex cross-region thing to consider. All in all I think we'll want to have a slightly different cadence here, at least for now. |
This aligns to what we're doing in `chat_anthropic()`. Signed-off-by: Aaron Jacobs <aaron.jacobs@posit.co>
381b447 to
f89b180
Compare
hadley
left a comment
There was a problem hiding this comment.
Of course they do 🙄 But good point about the roll out speed.
This aligns to what we're doing in
chat_anthropic().