mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-06 11:05:26 +00:00
feat : logging message for server
This commit is contained in:
parent
c995d2a47c
commit
021ef0cdc1
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user