Replies: 10 comments 10 replies
-
Putting this here for reference https://github.com/TheR1D/shell_gpt
As I understand, this could be used in a template for a title as the initial prompt and the elaborate as the content, and perhaps even create tags automatically as a last step based on the generated content. |
Beta Was this translation helpful? Give feedback.
-
From a quick test:
|
Beta Was this translation helpful? Give feedback.
-
Is it possible to use variables within variables like so:
|
Beta Was this translation helpful? Give feedback.
-
So far this works: Template:
Then giving the command:
Giving this
But I see more possibilities if variables can be nested within variables :) |
Beta Was this translation helpful? Give feedback.
-
In fact, it seems to work. Template:
Command:
Result:
So, more or less it is already possible :) |
Beta Was this translation helpful? Give feedback.
-
Since ShellGPT caches the last reply, simply piping into zk might also be suitable in some situations when there is a particularly relevant reply to save for posterity., |
Beta Was this translation helpful? Give feedback.
-
Al this could be turned around and zk notes could be a prompts repository so one could find i suitable prompt via zk and pipe it into ShellGPT. |
Beta Was this translation helpful? Give feedback.
-
@mickael-menu are handlebar conditionals supported? I would like to run:
only if there is actually a |
Beta Was this translation helpful? Give feedback.
-
I now have
And it works, but one last thing I would like is to be able to change the role dynamically like so:
But I have not succeded in that, so far. |
Beta Was this translation helpful? Give feedback.
-
I made it work
|
Beta Was this translation helpful? Give feedback.
-
I imagine zk could be used with chatGPT, GPT-4 and similar tools in some creative ways.
The templating system in zk allows for shell commands, and there are many shell scripts connecting to aforementioned tools.
Anyone has examples of how to do research and "archive" the results with zk, for example?
Beta Was this translation helpful? Give feedback.
All reactions