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

how to support openai's embedding model? #2

Open netmanzhang opened 1 month ago

netmanzhang commented 1 month ago

how to support openai's embedding model?

snssll commented 1 month ago

Upon reviewing the Poe dev docs, I couldn't find any information about embeddings. This is likely because poe is designed for conversational AI rather than developer tools. If you're looking to use OpenAI's embedding models, I'd recommend going directly through their official API service instead.