Improve LLM client immutability and CI model defaults. #9
Reference in New Issue
Block a user
Delete Branch "feature/openwebui-ci-ollama-client"
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?
Replace mutable Ollama model export with a const fallback and initializeModel return value, resolving the model from the environment after optional API discovery. Use a for-of loop over attempt indices instead of let in the retry path.
Continue PDF generation when map image generation or upscaling fails, and avoid mutating request headers in place.
Document Open WebUI-style URLs in the README, pin OLLAMA_MODEL in the Gitea release workflow, and adjust integration and unit tests for the new initialization behavior.