improved README.md

This commit is contained in:
git 2025-08-12 13:25:43 +01:00
parent 25896f484f
commit 4b431c0393

View File

@ -78,5 +78,3 @@ 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.