diff --git a/senju/haiku.py b/senju/haiku.py index fda04ea..128ba79 100644 --- a/senju/haiku.py +++ b/senju/haiku.py @@ -108,8 +108,8 @@ class Haiku: :return: A new Haiku object containing the generated three lines. :rtype: Haiku - :raises: Possible JSONDecodeError which is caught and handled - with retries. + :raises: Exception if took the llm too many tries to write a fitting + haiku or JSONDecodeError if working with JSON failed """ ai_gen_request = { "model": "haiku",