Advanced Options - zimoshi/openai-tools GitHub Wiki
⚙️ Advanced Options
- You can pass multiple files:
python main.py --chat-completion "Compare both files" notes.txt summary.pdf
- You can modify the
model=
orsystemprompt=
in the script if needed.
python main.py --chat-completion "Compare both files" notes.txt summary.pdf
model=
or systemprompt=
in the script if needed.