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
Promptform is an open-source command-line tool for running files in bulk through the OpenAI Completions API (e.g., with GPT-3.5).
Disclaimer
PromptForm is not affiliated with OpenAI. Users are responsible for managing their own OpenAI account, API key, and related charges incurred during usage. Please refer to OpenAI's Pricing for more information on costs associated with using the Completions API.
Features
Easily run entire directories of files through the OpenAI Completions API
Include and exclude file glob patterns
Replace content in-place or create new files alongside source files
Designed for use with GPT-3.5 and compatible with future versions
User-friendly command line interface
Installation
$ npm install -g promptform
Usage
Set up your OpenAI API key, either in a file, or as an environment variable.
promptform --token-file ~/.openai-token --include '**/*.ts' --omit '**/*.test.ts' --prompt 'Output only code and do not explain. Write unit tests for this TypeScript module:' --extension '.test.ts'
License
Promptform is licensed under the MIT License. See LICENSE.
Maintainers
Jason Stitt
About
Command-line tool for running files in bulk through ChatGPT APIs