Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Anthropic Claude API #143

Open
quinncomendant opened this issue Aug 13, 2024 · 4 comments
Open

Add support for Anthropic Claude API #143

quinncomendant opened this issue Aug 13, 2024 · 4 comments

Comments

@quinncomendant
Copy link

I'd like to use Enchanted with Anthropic’s chat API. I noticed there is already some discussion of supporting the APIs for ChatGPT (#139) and Mistral (#25). I think it would be simple and very useful to support additional chat APIs for those of us who like to experiment with different models. 🙏

Enchanted looks like the best open-source app for general LLM chat support. Looking forward to seeing it evolve!

@brucevoin
Copy link

Same request for another LLM API or openai compatible API

@bhenriq
Copy link

bhenriq commented Aug 29, 2024

ollama already supports those models.
Enchanted enables you to query ollama API, and ollama itself is able to either run a model locally (Llama 8b, ...) or query external parties (Anthropic, OpenAI, ...).

@quinncomendant
Copy link
Author

@bhenriq, can you share a link or example of how to use Ollama to query online models? I searched and didn't find any mention of using Ollama as a proxy for remote models. In fact, it's docs say, “Ollama runs locally, and conversation data does not leave your machine.”

@bhenriq
Copy link

bhenriq commented Aug 29, 2024

@quinncomendant
i have double checked and it looks like my answer was incorrect.
my apologies for that.
maybe indeed a capability that enchanted could provide itself.

my confusion came from the fact that i am using another ai client named aichat.
that client can invoke both local models (via ollama) and third-party ones.
very much what you are asking for.
but that ai client is for desktop only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants