fix(llm_provider): Ollama calls lack error handling

Author: tatenda-sourceCreated Mar 31, 2026Updated Mar 31, 2026

The generate_text() function calls _client().chat() without error handling. If the Ollama server is down or the model is invalid, users get an unhelpful raw exception instead of a descriptive error message.

Source: FujiwaraChoki/MoneyPrinterV2