You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.