Skip to content

1.8.0

Compare
Choose a tag to compare
@mkht mkht released this 19 Apr 17:18
· 510 commits to main since this release

1.8.0

  • Add -Name option for Request-ChatGPT.
    This parameter can be used to specify the name of the messenger.
    e.g.)
    PS C:/> (Request-ChatGPT -Message 'Do you know my name?' -Name 'Samuel' -Model 'gpt-4-0314' -Temperature 0).Answer
    Yes, your name is Samuel.
  • Change the -Message parameter of Request-ChatGPT to optional and accepts input from pipeline by property name.
  • Multiple strings can be specified for -RolePrompt.
  • Add -AsArray option for ConvertFrom-Token.
  • Some minor changes.