mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-05 02:25:27 +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
|
||||
*.DS_Store
|
||||
*.log
|
||||
cookies.json
|
||||
*.tmp
|
||||
*.safetensors
|
||||
config.ini
|
||||
test_agent.py
|
||||
*.egg-info
|
||||
.voices/
|
||||
experimental/
|
||||
conversations/
|
||||
agentic_env/*
|
||||
|
@ -131,7 +131,6 @@ class Provider:
|
||||
while not is_complete:
|
||||
try:
|
||||
response = requests.get(f"http://{self.server_ip}/get_updated_sentence")
|
||||
print(response)
|
||||
if "error" in response.json():
|
||||
pretty_print(response.json()["error"], color="failure")
|
||||
break
|
||||
|
Loading…
x
Reference in New Issue
Block a user