fix : bug
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user