You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For doing it directly: ideally we'd be able to find something like the litellm Python library which lets you call tons of LLM providers using an OpenAI-like request/response format, but I can't seem to find one for Go; we'd probably need to re-implement the Anthropic part of litellm ourselves and keep it maintained.
Recently we've seen great performance from the Claude model family and it would be nice to add support for these models to the LLM app.
API reference: https://docs.anthropic.com/en/api/messages
Typescript SDK: https://github.com/anthropics/anthropic-sdk-typescript
The text was updated successfully, but these errors were encountered: