A Python module for prompting ChatGPT
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
144 B

1 year ago
# `llm_prompter`
1 year ago
1 year ago
`llm_prompter` creates easy-to-use Python callable objects from ChatGPT prompts.
See the files in `demos/` for example usage.