From c31e3b89c7910855776e2354737f01ce8803d209 Mon Sep 17 00:00:00 2001 From: pudepiedj Date: Fri, 8 Mar 2024 09:58:55 +0000 Subject: [PATCH] Fix Llamaserver.py indentation --- Llamaserver.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/Llamaserver.py b/Llamaserver.py index 846f1c772..e4c780b03 100644 --- a/Llamaserver.py +++ b/Llamaserver.py @@ -2,7 +2,6 @@ from queue import Queue import threading import requests import json -from time import sleep def print_dict(data): if isinstance(data, dict): @@ -102,8 +101,6 @@ You pay close attention to the nuance of a question and respond accordingly." print(f"Server responded with code {response.status_code}\n") except Exception as e: print(f"Server returned exception error {e}") - # sleep(delay) - # delay *= 2 if __name__ == "__main__":