dexaai / dexter

LLM tools used in production at Dexa
MIT License
75 stars 5 forks source link

starting anthropic implementation #45

Closed cfortuner closed 1 month ago

cfortuner commented 2 months ago

@rileytomasek

Starting a client adapter for anthropic.

I wonder if trying to coerce anthropic api calls -> our standard will be harder to do than creating some client specific implementations for the current apis?

Thoughts?

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
dexter ❌ Failed (Inspect) Aug 4, 2024 0:23am
transitive-bullshit commented 2 months ago

I've used https://openrouter.ai in the past for anthropic support. Works really well; the main difference is you can only have 1 system message.

cfortuner commented 1 month ago

https://github.com/dexaai/openai-fetch/pull/48/files#diff-36b6f3084f6de0dfa932abf5c2ce12e50ea0ad6c1d49550947dbc895f91e02ec

Moved here to simplify ^