Adding Basic anthropic Claude support.#404
Merged
dluc merged 13 commits intomicrosoft:mainfrom May 19, 2024
Merged
Conversation
068b1ab to
8e71dbc
Compare
dluc
reviewed
Apr 16, 2024
dluc
reviewed
Apr 16, 2024
extensions/Anthropic/Anthropic/AnthropicTextGenerationConfiguration.cs
Outdated
Show resolved
Hide resolved
8e71dbc to
a38003b
Compare
dluc
reviewed
Apr 17, 2024
dluc
reviewed
Apr 18, 2024
dluc
reviewed
Apr 18, 2024
dluc
reviewed
Apr 18, 2024
cf113df to
5d0089d
Compare
9b79af7 to
59e43bc
Compare
dluc
reviewed
Apr 28, 2024
dluc
reviewed
Apr 28, 2024
dluc
reviewed
Apr 28, 2024
Add more config options Add support for IHttpClientFactory in KM builder Refactoring
dluc
approved these changes
May 19, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
With this simple PR I added a very basic support to Anthropic Claude.
Actually there is a part that is not really correct, the part that return token count for a string. Actually we still have no real correct tokenizer written in C# for Claude, so for this example I'm using GPT4 tokenizer. The result is not fully correct but it is usable.
I'll fix the code as soon as a correct Anthropic Claude tokenizer will be available