This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
HttpGPT v1.5.2
- 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