Skip to content

v1.3.0

Compare
Choose a tag to compare
@PepijnMC PepijnMC released this 14 Jan 18:59
· 47 commits to main since this release
50929e3

Changes

  • Added a setting to allow the older models of GPT-3 to be used. The default is still the latest model.
  • Added a setting to edit the prompt that is constructed and sent to GPT-3.
    • Uses {key}s to substitute the data.
    • The default prompt comes with some processing to eliminate unnecessary data, this processing is not performed on custom prompts.
    • OpenAI charges for tokens from both the input and output, custom input prompts might cost you more!
  • Switched places of the subject and subjectType parameters in the constructPrompt API function to maintain some consistency.