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
feat: add Anthropic API support with custom version header (#934)
* feat: add Anthropic API support with custom version header
* refactor: use switch statement for API type header handling
* refactor: add OpenAI & AzureAD types to be exhaustive
* Update client.go
need explicit fallthrough in empty case statements
* constant for APIVersion; addtl tests
0 commit comments