fix : server problem

This commit is contained in:
martin legrand
2025-03-29 11:52:17 +01:00
parent a4cfa9c651
commit ca50b1f2d0
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ class Provider:
raise Exception(f"Server is offline at {self.server_ip}")
try:
requests.post(route_setup, json={"model": self.model, "provider": self.provider_name})
requests.post(route_setup, json={"model": self.model})
requests.post(route_gen, json={"messages": history})
is_complete = False
while not is_complete: