go-anthropic icon indicating copy to clipboard operation
go-anthropic copied to clipboard

Anthropic Claude API wrapper for Go

Results 4 go-anthropic issues
Sort by recently updated
recently updated
newest added

While using this library, I found myself using `NewXXXTextMessage`, `NewUserImageMessage` a lot, but wondered why there was no similar constructor for multi-system messages. This PR adds this functionality with a...

https://docs.anthropic.com/en/docs/resources/model-deprecations Claude 1 models are deprecated as of September 4, 2024 and will be retired on November 6, 2024. Closes #24 This PR removes all references to Claude 1 models,...

This is a bit of an opinionated change (feel free to completely reject), but I think using [testify](https://github.com/stretchr/testify) may help with test quality (in terms of readability, DRY, lines of...

I received a notice this morning about Claude 1 being deprecated. A deprecation warning may be useful if a Claude 1 model is used. ![image](https://github.com/user-attachments/assets/de0f1cc2-320c-406c-9f88-5ad3a00767fc)