-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
82 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: GitHub | ||
url: https://github.com/CJCrafter/ChatGPT-Java-API/discussions | ||
about: Ask for help on GitHub Discussions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<!-- | ||
This template is for requesting a new feature for this API. | ||
In general, we will not add features that are not in the OpenAI API. That | ||
means that we try to keep the API as close to the official OpenAI APIs | ||
as possible except for Java-specific changes. | ||
That being said, we are open to adding features that make this API easier | ||
to use. | ||
--> | ||
|
||
## Feature Request | ||
<!-- | ||
Please describe the feature you would like to see added to this API. | ||
--> | ||
|
||
## Why? | ||
<!-- | ||
Please describe why you would like to see this feature added to this API. | ||
For example, if you are requesting a new method, please describe why you | ||
would like to see this method added to the API. | ||
For features that were are missing from the official APIs, this can just | ||
be a link to that feature. | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<!-- | ||
This template is for reporting a JSON error caused by this API. | ||
JSON errors | ||
--> | ||
|
||
## Log | ||
<!-- | ||
Please enable logging, try again, and paste the log below. | ||
To enable logging, see: https://github.com/CJCrafter/ChatGPT-Java-API#logging | ||
Tip: You can use a pastebin or drag and drop the log file into this text box. | ||
--> | ||
|
||
|
||
## Stack Trace | ||
<!-- | ||
Please insert the stack trace below. Consider using a pastebin service for longer stack traces. | ||
--> | ||
``` | ||
``` | ||
|
||
## Other Information | ||
<!-- | ||
Other information like: | ||
- What version of the API are you using? | ||
- What were you doing when the error occurred? | ||
- Does the error occur always, or only sometimes? | ||
- etc. | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<!-- | ||
Thank you for contributing to the project! | ||
Please fill out the following sections to help us review your pull request. | ||
--> | ||
|
||
|
||
<!-- | ||
This section is for "proof" that your docs are correct. Often, | ||
this will just be 1 link to the OpenAI docs. If you are adding | ||
information from your own testing, you should include those tests | ||
(with code) here. | ||
In general, any added docs should be easily verifiable | ||
--> | ||
## Sources | ||
- source 1 | ||
- source 2 (if applicable) | ||
- etc. |