All of Anthropic's models are provided under the Claude moniker, but it feels odd to switch between e.g. chat_openai() and chat_claude() when the company providing the claude model is Anthropic. To me chat_claude() feels aligned with chat_chatgpt(), but I may be missing a differentiating detail.
I think it's worth considering if an alias could be used, either moving the implementation to Anthropic-forward names or aliasing the existing functions/classes to Anthopic names.
Happy to provide a PR depending on thoughts and feedback.
All of Anthropic's models are provided under the Claude moniker, but it feels odd to switch between e.g.
chat_openai()andchat_claude()when the company providing the claude model is Anthropic. To mechat_claude()feels aligned withchat_chatgpt(), but I may be missing a differentiating detail.I think it's worth considering if an alias could be used, either moving the implementation to Anthropic-forward names or aliasing the existing functions/classes to Anthopic names.
Happy to provide a PR depending on thoughts and feedback.