Hacker News new | past | comments | ask | show | jobs | submit login

What I did instead is just join all the args with spaces (so I don't need to use quotes around the prompt), with no care about the newlines, and it seems to work okay for me with multiline input:

    prompt="$*"
Here's the complete script: https://gist.github.com/senko/68026864d502473eacd56b2e16e401...

Since I can use this with multiline input I didn't create a separate data-gpt one.

(Note I also used gpt-3.5-turbo model and not gpt-4 because the former is faster and cheaper and for quick one-offs from cmdline it's usually enough for me).




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: