Skip to content

Instantly share code, notes, and snippets.

@kernelzeroday
Last active September 19, 2023 22:42
Show Gist options
  • Save kernelzeroday/3273b4da72385218d096e5618261809d to your computer and use it in GitHub Desktop.
Save kernelzeroday/3273b4da72385218d096e5618261809d to your computer and use it in GitHub Desktop.
llm cli orca prompt template
#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