yym68686 / uni-api

This is a project that unifies the management of LLM APIs. It can call multiple backend services through a unified API interface, convert them to the OpenAI format uniformly, and support load balancing. Currently supported backend services include: OpenAI, Anthropic, DeepBricks, OpenRouter, Gemini, Vertex, etc.
339 stars 42 forks source link

希望可以支持转发embeddings #7

Closed ArnoChenFx closed 3 weeks ago

ArnoChenFx commented 1 month ago

https://platform.openai.com/docs/api-reference/embeddings/create

yym68686 commented 1 month ago

可以的,未来支持了将在这里提醒你。❤️

2447380040 commented 1 month ago

同样希望,挺好用的

babylon2k2002 commented 1 month ago

同问,什么时候支持转发embeddings?

yym68686 commented 1 month ago

同问,什么时候支持转发embeddings?

已经忙不过来了。正在写前端。自己从头写了一个前端框架,不依赖任何其他人的东西(vue,react等)从纯 html 开始搭前端,工作量惊人。就是为了保持 uni-api足够轻量化,还要美观。所以 embeddings 暂时先等等。

yym68686 commented 3 weeks ago

已支持 /v1/embeddings 端点。