We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9562593 commit ac6baf0Copy full SHA for ac6baf0
client/cli.py
@@ -17,7 +17,7 @@ def ocr_upload(file_path, ocr_cache, prompt, prompt_file=None, model='llama3.1',
17
if storage_filename:
18
data['storage_filename'] = storage_filename
19
20
- print(data)
+ print(data) # @todo change to log debug in the future
21
22
try:
23
if prompt_file:
0 commit comments