News

The Microsoft AI Chat Protocol SDK is a library for easily building AI Chat interfaces from services that follow the AI Chat Protocol API Specification, both of which are located in this repository.
Currently, Open WebUI only stores chat interactions in the chat table of the SQLite database (webui.db) when they are initiated through the web interface. Requests made through the API endpoints are ...