mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-08 12:05:27 +00:00
feat : logging message for server
This commit is contained in:
parent
c995d2a47c
commit
021ef0cdc1
@ -115,6 +115,8 @@ class Provider:
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
requests.post(route_setup, json={"model": self.model})
|
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})
|
requests.post(route_gen, json={"messages": history})
|
||||||
is_complete = False
|
is_complete = False
|
||||||
while not is_complete:
|
while not is_complete:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user