fix : bug

This commit is contained in:
martin legrand
2025-03-29 13:55:01 +01:00
parent cf1d3d0ba1
commit 5c9ada9468
3 changed files with 6 additions and 2 deletions
-1
View File
@@ -115,7 +115,6 @@ class Provider:
try:
requests.post(route_setup, json={"model": self.model})
pretty_print("Setting up server...", color="status")
requests.post(route_gen, json={"messages": history})
is_complete = False
while not is_complete: