mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
I'm using open-webui for ollama's web pages, but would like to get a faster response time. #1234
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BA7LWN on GitHub (Jun 12, 2024).
To preload the mistral model using the generate endpoint, use:
curl http://localhost:11434/api/generate -d '{"model": "mistral"}'To use the chat completions endpoint, use:
curl http://localhost:11434/api/chat -d '{"model": "mistral"}'I want to know which one I should choose to get faster response time