ChatGPT-Java-API icon indicating copy to clipboard operation
ChatGPT-Java-API copied to clipboard

Add GitHub issue templates

Open CJCrafter opened this issue 2 years ago • 0 comments

There are some error types that we might except to happen, and we should have forums that request log information for those specific errors.

For example, an uncaught JsonSyntaxException implies that the OpenAI api changed, and now the data classes are out of date. We should have an error specifically for that case.

Possible issue types:

  • JsonSyntaxException
  • Bug Report
  • Feature Request

CJCrafter avatar Dec 06 '23 17:12 CJCrafter