You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: