โก Quick Test
Send a chat completion request to verify the server is working:
curl http://localhost:8000/api/v1/models
curl -X POST http://localhost:8000/api/v1/chat/completions \
-H "Content-Type: application/json" \
-d '{"model": "MODEL_NAME", "messages": [{"role": "user", "content": "Hello!"}]}'
๐ป Want a GUI?
If you installed the full version of Lemonade, look for the ๐ icon in your system tray to open the desktop app.
Using the minimal install? Get the full version from github.com/lemonade-sdk/lemonade for a built-in chat interface and model manager.
If you installed the full version of Lemonade, launch the UI by running:
/usr/local/share/lemonade-server/app/lemonade
Using the minimal install? Get the full version from github.com/lemonade-sdk/lemonade for a built-in chat interface and model manager.