diff --git a/koboldcpp.py b/koboldcpp.py index a9e351b19..fbea73135 100755 --- a/koboldcpp.py +++ b/koboldcpp.py @@ -3904,7 +3904,7 @@ Change Mode
if response_body is None: self.send_response(404) self.end_headers(content_type='text/html') - rp = f"Error: KoboldCpp HTTP Server is running, but this endpoint does not exist. Please check the URL.
Current path: {self.path}" + rp = f"Error: KoboldCpp HTTP Server is running, but this endpoint does not exist. Please check the URL and METHOD.
[Read API documentation here]

Current path: {self.path}" self.wfile.write(rp.encode()) else: self.send_response(200)