cheshire-cat-ai/core

[Feature]Could the chat API support the OpenAI Chat Completion API standard to be compatible with a chat web app?

Closed this issue · 4 comments

for example
let lobechat LibreChat support cheshire-cat-ai backend

Cat at the moment needs websocket, we have notifications and custom info along the ws message.

If you want you can create a small server to do the integration, I don't really see the point (the Cat is an agent not a LLM)

Cat at the moment needs websocket, we have notifications and custom info along the ws message.

If you want you can create a small server to do the integration, I don't really see the point (the Cat is an agent not a LLM)

If not chat completion api ,maybe we can have openai assistant API ?
The principle is the same, our API is best to provide a standardized interface that is easy to integrate with third-party UIs.

Create a wrapper around the OpenAI chat Completion API and use it to connect the UIs to the cat!

Create a wrapper around the OpenAI chat Completion API and use it to connect the UIs to the cat!

Thanks for your help
you mean Create a wrapper between cat ws service and OpenAI chat Completion API?

any suggestion?