improved README.md

This commit is contained in:
git 2025-08-12 13:25:18 +01:00
parent 87a28bb605
commit 25896f484f

View File

@ -78,4 +78,5 @@ echo "Translate this to Finnish:" | ./askChatGPT.sh
- Model names: Ensure gpt-4o-mini is available to your account; otherwise use --list-models to check and pass -model .... - Model names: Ensure gpt-4o-mini is available to your account; otherwise use --list-models to check and pass -model ....
- SSE parsing: The script filters lines starting with data: and stops at [DONE]. It's tolerant of lines without content. - SSE parsing: The script filters lines starting with data: and stops at [DONE]. It's tolerant of lines without content.
---
If you want, I can add a -system flag to let you send a separate system message, or add support for temperature / max_tokens. If you want, I can add a -system flag to let you send a separate system message, or add support for temperature / max_tokens.