Replies: 1 comment 2 replies
|
#328 adds support for the Anthropic API. Anthropic doesn't support constrained generation (outside of tools), so the chat functionality is limited to just streaming text output |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello, I see from some of the examples that Kalosm supports cloud hosted model inference. The example shows the use of OpenAI GPT4.
This is great, but in my application I also need to support the use of Anthropic Claude.
My question is whether or not this is coming, already supported and I missed something, or if I can be pointed to the right place to contribute support for this myself, which I am happy to do.
For a little more context my application supports local and cloud inference (chatgpt and claude). I was initially building my own inference frame work for this based on candle, but then I found Kalosm and figured it better not to re-invent the wheel :)
All reactions