Fix Llamaserver.py indentation

This commit is contained in:
pudepiedj 2024-03-08 09:58:55 +00:00
parent 3d938e8803
commit c31e3b89c7

View file

@ -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__":