"Raw" or "No-role" mode to simply call GPT with your prompt and nothing else? #551
giladbarnea
started this conversation in
Ideas
Replies: 2 comments
-
I've prepared a pull request, in case the authors want to incorporate the feature: |
Beta Was this translation helpful? Give feedback.
0 replies
-
See #557 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sometimes, I just want to use GPT in my terminal, because I prefer to stay in the terminal over switching to a browser.
In other words, I don't always want a GPT that's a programming and system administration assistant which responds in 100 words or less (which is the default role), or any other specialized GPT. I just want "the" GPT, like OpenAI designed it.
I was thinking about adding a
--raw
option for that case.What do you guys think? Would you find that useful?
I've implemented this for personal use, the code is available here.
Beta Was this translation helpful? Give feedback.
All reactions