mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-06 11:05:26 +00:00
refactor: rm debug print
This commit is contained in:
parent
dfda888e57
commit
164b741d57
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,10 +1,13 @@
|
|||||||
*.wav
|
*.wav
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
*.log
|
*.log
|
||||||
|
cookies.json
|
||||||
*.tmp
|
*.tmp
|
||||||
*.safetensors
|
*.safetensors
|
||||||
config.ini
|
config.ini
|
||||||
|
test_agent.py
|
||||||
*.egg-info
|
*.egg-info
|
||||||
|
.voices/
|
||||||
experimental/
|
experimental/
|
||||||
conversations/
|
conversations/
|
||||||
agentic_env/*
|
agentic_env/*
|
||||||
|
@ -131,7 +131,6 @@ class Provider:
|
|||||||
while not is_complete:
|
while not is_complete:
|
||||||
try:
|
try:
|
||||||
response = requests.get(f"http://{self.server_ip}/get_updated_sentence")
|
response = requests.get(f"http://{self.server_ip}/get_updated_sentence")
|
||||||
print(response)
|
|
||||||
if "error" in response.json():
|
if "error" in response.json():
|
||||||
pretty_print(response.json()["error"], color="failure")
|
pretty_print(response.json()["error"], color="failure")
|
||||||
break
|
break
|
||||||
|
Loading…
x
Reference in New Issue
Block a user