Anuraag D Jain
Anuraag D Jain
**Is your feature request related to a problem? Please describe.** The speak icon doesn't have the ability to pause the speech, and if accidentally clicked on a long message, the...
refac: use dependencies to verify token - feat: added new util to get the current user when needed. Middleware was adding authentication logic to all the routes. let's revisit if...
# Bug Report ## Description **Bug Summary:** [Provide a brief but clear summary of the bug] When signing up, it allows me to enter without a fully qualified domain and...
- helps in development to understand what's happening under the hood
- Allow downloading multiple models in parallel, addresses https://github.com/ollama-webui/ollama-webui/issues/221 - Currently the queue is limited to 3 downloads in parallel. - Refactored the pullModel return type. - Fixed the progress...
Allow using a different port for the backend.. Default to `8080`.
Addresses https://github.com/ollama-webui/ollama-webui/issues/457
How should I obtain the url of the image which I've selected from the gallery. didFinishPickingImage(_:) & didFinishPickingMediaWithInfo(_:) are not called. `func imagePicker(imagePicker: WDImagePicker, pickedImage: UIImage)` is called after dismissing(i.e...