File tree Expand file tree Collapse file tree 4 files changed +82
-0
lines changed Expand file tree Collapse file tree 4 files changed +82
-0
lines changed Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : true
2
+ contact_links :
3
+ - name : GitHub
4
+ url : https://github.com/CJCrafter/ChatGPT-Java-API/discussions
5
+ about : Ask for help on GitHub Discussions
Original file line number Diff line number Diff line change
1
+ <!--
2
+ This template is for requesting a new feature for this API.
3
+
4
+ In general, we will not add features that are not in the OpenAI API. That
5
+ means that we try to keep the API as close to the official OpenAI APIs
6
+ as possible except for Java-specific changes.
7
+
8
+ That being said, we are open to adding features that make this API easier
9
+ to use.
10
+ -->
11
+
12
+ ## Feature Request
13
+ <!--
14
+ Please describe the feature you would like to see added to this API.
15
+ -->
16
+
17
+ ## Why?
18
+ <!--
19
+ Please describe why you would like to see this feature added to this API.
20
+
21
+ For example, if you are requesting a new method, please describe why you
22
+ would like to see this method added to the API.
23
+
24
+ For features that were are missing from the official APIs, this can just
25
+ be a link to that feature.
26
+ -->
Original file line number Diff line number Diff line change
1
+ <!--
2
+ This template is for reporting a JSON error caused by this API.
3
+
4
+ JSON errors
5
+ -->
6
+
7
+ ## Log
8
+ <!--
9
+ Please enable logging, try again, and paste the log below.
10
+
11
+ To enable logging, see: https://github.com/CJCrafter/ChatGPT-Java-API#logging
12
+
13
+ Tip: You can use a pastebin or drag and drop the log file into this text box.
14
+ -->
15
+
16
+
17
+ ## Stack Trace
18
+ <!--
19
+ Please insert the stack trace below. Consider using a pastebin service for longer stack traces.
20
+ -->
21
+ ```
22
+
23
+ ```
24
+
25
+ ## Other Information
26
+ <!--
27
+ Other information like:
28
+ - What version of the API are you using?
29
+ - What were you doing when the error occurred?
30
+ - Does the error occur always, or only sometimes?
31
+ - etc.
32
+ -->
Original file line number Diff line number Diff line change
1
+ <!--
2
+ Thank you for contributing to the project!
3
+
4
+ Please fill out the following sections to help us review your pull request.
5
+ -->
6
+
7
+
8
+ <!--
9
+ This section is for "proof" that your docs are correct. Often,
10
+ this will just be 1 link to the OpenAI docs. If you are adding
11
+ information from your own testing, you should include those tests
12
+ (with code) here.
13
+
14
+ In general, any added docs should be easily verifiable
15
+ -->
16
+ ## Sources
17
+ - source 1
18
+ - source 2 (if applicable)
19
+ - etc.
You can’t perform that action at this time.
0 commit comments