darabos's picture
Move each package into a separate module. Rename "ops" to "core". Fix test.
a083285
|
raw
history blame
414 Bytes

LynxScribe in LynxKite

LynxKite UI for building LynxScribe chat applications. Also runs the chat application!

To run a chat UI for LynxScribe workspaces:

WEBUI_AUTH=false OPENAI_API_BASE_URL=http://localhost:8000/api/service/server.lynxscribe_ops uvx open-webui serve

Or use Lynx WebUI instead of Open WebUI.

Run tests with:

uv run pytest