Skip to content

HttpGPT v1.5.2

Compare
Choose a tag to compare
@lucoiso lucoiso released this 14 Apr 14:11
· 35 commits to main since this release
a8257be
  • Pull Request: #55

Changes

  • Fix Logit Bias: This param was always empty. CreateConstIterator wasn't working well with the map property.
  • Better Logging: Failures due to empty parameters will tell which param is causing the error. (API Key, Messages or Prompt)
  • Add plugin description to HttpGPT Chat system context
  • Print the request content as Json string in the internal logs to improve debugging