Last active
September 19, 2023 22:42
-
-
Save kernelzeroday/3273b4da72385218d096e5618261809d to your computer and use it in GitHub Desktop.
llm cli orca prompt template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#https://llm.datasette.io/en/stable/index.html | |
#https://github.com/simonw/llm | |
llm '### Instruction: $input\n###Response: ' -s 'You are a helpful AI assistant.' --save orca | |
llm chat -o stop '###' -t orca |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment