snssll / poe2openai

A tool that converts the POE developer API to the standard OpenAI API format.
https://hub.docker.com/r/1ynn/poe2openai/tags
17 stars 2 forks source link

Do you have a poe api to Claude api? #3

Open Luo-hongyi opened 1 month ago

Luo-hongyi commented 1 month ago
import { Anthropic } from "@anthropic-ai/sdk"
...
Anthropic.prototype.baseURL = "https://my-endpoint-url";
snssll commented 1 month ago

I've been analyzing the relevant format, and I'm considering implementing support for Claude-style requests and responses in the upcoming version. Keep an eye out for these exciting updates!