diff --git a/test-api/test-prompt-api b/test-api/test-prompt-api index 1005bc90..4f69f09a 100755 --- a/test-api/test-prompt-api +++ b/test-api/test-prompt-api @@ -22,7 +22,6 @@ resp = requests.post( resp = resp.json() -print(resp) if "error" in resp: print(f"Error: {resp['error']}") sys.exit(1) diff --git a/test-api/test-prompt2-api b/test-api/test-prompt2-api index f1b80c48..1e641439 100755 --- a/test-api/test-prompt2-api +++ b/test-api/test-prompt2-api @@ -22,7 +22,6 @@ resp = requests.post( resp = resp.json() -print(resp) if "error" in resp: print(f"Error: {resp['error']}") sys.exit(1)