Skip to content

Commit ac6baf0

Browse files
authored
Update client/cli.py
1 parent 9562593 commit ac6baf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def ocr_upload(file_path, ocr_cache, prompt, prompt_file=None, model='llama3.1',
1717
if storage_filename:
1818
data['storage_filename'] = storage_filename
1919

20-
print(data)
20+
print(data) # @todo change to log debug in the future
2121

2222
try:
2323
if prompt_file:

0 commit comments

Comments
 (0)