Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for prmopts #101

Open
talwrii opened this issue Aug 3, 2023 · 1 comment
Open

Support for prmopts #101

talwrii opened this issue Aug 3, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@talwrii
Copy link

talwrii commented Aug 3, 2023

Thanks for your tool. I find it very useful for glueing things together with GPT. Before I write a wrapper for your tool / needless alternative, do you think there is any chance that something like templating would get into this tool?

I was imagining something like this:

echo "name: Dave\n country: France" | sgpt --template "What would a person called {name} be called in {country}"

This would be analogous prompts in Langchain https://docs.langchain.com/docs/components/prompts/.

I would entirely understand if you considered this beyond the scope of this tool. If so I might make my own....

I think a reasonable alternative would be to use something like gomplate for templating, but this is less discoverable.

@tbckr
Copy link
Owner

tbckr commented Aug 5, 2023

Sounds good to me - thanks for the suggestion!
I am going to add it to the roadmap. I do not know yet when this feature will be implemented.

@tbckr tbckr added the enhancement New feature or request label Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants