Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wrap
ollama.pull
in try-except block
- Encloses the `ollama.pull` call within a `try-except` block. - Catches potential exceptions during the pull process and prints an error message. - Improves error handling and provides more informative feedback to the user.
- Loading branch information