From 25896f484f1f3c89ae68e0b2ec5567c540409aa8 Mon Sep 17 00:00:00 2001 From: git Date: Tue, 12 Aug 2025 13:25:18 +0100 Subject: [PATCH] improved README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 58f7be9..1978c6e 100644 --- a/README.md +++ b/README.md @@ -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 .... - 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. \ No newline at end of file