diff options
-rw-r--r-- | gn3/llms/client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gn3/llms/client.py b/gn3/llms/client.py index fbbddf0..41f7292 100644 --- a/gn3/llms/client.py +++ b/gn3/llms/client.py @@ -118,6 +118,6 @@ class GeneNetworkQAClient(Session): {response_msg.get(response.status_code,response.reason)}", self.query) #time.sleep(retry_delay) - raise LLMError("Timeout error: We couldn't provide a response,Please try\ + raise LLMError("Timeout error: We couldn't provide a response on time, Please try\ to rephrase your question to receive feedback", self.query) |