Skip to content

fix(llm_provider): wrap Ollama calls with descriptive error messages#242

Open
tatenda-source wants to merge 1 commit into
FujiwaraChoki:mainfrom
tatenda-source:fix/llm-provider-error-handling
Open

fix(llm_provider): wrap Ollama calls with descriptive error messages#242
tatenda-source wants to merge 1 commit into
FujiwaraChoki:mainfrom
tatenda-source:fix/llm-provider-error-handling

Conversation

@tatenda-source

Copy link
Copy Markdown

Summary

  • Wrap Ollama chat() call with try/except providing clear error message
  • Helps users diagnose server connectivity and model availability issues

Closes #232

Test plan

  • Verify text generation works with running Ollama server
  • Stop Ollama and verify descriptive error message

🤖 Generated with Claude Code

Closes FujiwaraChoki#232

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(llm_provider): Ollama calls lack error handling

1 participant