feat : logging message for server

This commit is contained in:
martin legrand 2025-03-29 12:21:40 +01:00
parent c995d2a47c
commit 021ef0cdc1

View File

@ -115,6 +115,8 @@ class Provider:
try:
requests.post(route_setup, json={"model": self.model})
pretty_print("Setting up server...", color="status")
time.sleep(5)
requests.post(route_gen, json={"messages": history})
is_complete = False
while not is_complete: