Promptr Versions Save

Promptr is a CLI tool that lets you use plain English to instruct GPT3 or GPT4 to make changes to your codebase.

v6.0.6

3 months ago

Default GPT4 model to gpt-4-turbo-preview: https://github.com/ferrislucas/promptr/pull/58

v6.0.5

5 months ago

Default to gpt-4-1106-preview https://github.com/ferrislucas/promptr/pull/55

v6.0.4

7 months ago

Support Liquidjs templating in user prompts: https://github.com/ferrislucas/promptr/pull/53

v6.0.3

7 months ago

Modify the system message to encourage the model to respond with properly formatted json: https://github.com/ferrislucas/promptr/pull/52

v6.0.1

9 months ago

Sometimes the model will return invalid json. Sometimes the invalid json is valid except that the json is delimiting file contents with a triple double quote ("""). This release gracefully handles this scenario by fixing the json. https://github.com/ferrislucas/promptr/pull/49

v6.0.0

10 months ago

v5.0.3

11 months ago

The default model used for GPT3 is now: gpt-3.5-turbo-0613 The default model used for GPT4 is now: gpt-4-0613

https://github.com/ferrislucas/promptr/pull/45

v5.0.1

11 months ago