Releases: ferrislucas/promptr
Releases · ferrislucas/promptr
6.1.0
Ability to set a custom base path for OpenAI API: #64
6.0.7
Default GPT4 model to gpt-4o: #63
6.0.6
Default GPT4 model to gpt-4-turbo-preview: #58
6.0.5
Default to gpt-4-1106-preview #55
6.0.4
Support Liquidjs templating in user prompts: #53
6.0.3
Modify the system message to encourage the model to respond with properly formatted json: #52
6.0.1
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. #49
5.0.3
The default model used for GPT3 is now: gpt-3.5-turbo-0613
The default model used for GPT4 is now: gpt-4-0613
#45