We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09de298 commit fa62391Copy full SHA for fa62391
provider_anthropic.go
@@ -54,6 +54,7 @@ func (p *AnthropicProvider) PassthroughRoutes() []string {
54
return []string{
55
"/v1/models",
56
"/v1/models/", // See https://pkg.go.dev/net/http#hdr-Trailing_slash_redirection-ServeMux.
57
+ "/v1/messages/count_tokens",
58
}
59
60
0 commit comments