File tree Expand file tree Collapse file tree 4 files changed +109
-0
lines changed Expand file tree Collapse file tree 4 files changed +109
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Bug report
2+ description : Report an issue or bug with this library
3+ labels : ['bug']
4+ body :
5+ - type : markdown
6+ attributes :
7+ value : |
8+ Thanks for taking the time to fill out this bug report!
9+ - type : checkboxes
10+ id : non_api
11+ attributes :
12+ label : Confirm this is an issue with the Python library and not an underlying OpenAI API
13+ description : Issues with the underlying OpenAI API should be reported on our [Developer Community](https://community.openai.com/c/api/7)
14+ options :
15+ - label : This is an issue with the Python library
16+ required : true
17+ - type : textarea
18+ id : what-happened
19+ attributes :
20+ label : Describe the bug
21+ description : A clear and concise description of what the bug is, and any additional context.
22+ placeholder : Tell us what you see!
23+ validations :
24+ required : true
25+ - type : textarea
26+ id : repro-steps
27+ attributes :
28+ label : To Reproduce
29+ description : Steps to reproduce the behavior.
30+ placeholder : |
31+ 1. Fetch a '...'
32+ 2. Update the '....'
33+ 3. See error
34+ validations :
35+ required : true
36+ - type : textarea
37+ id : code-snippets
38+ attributes :
39+ label : Code snippets
40+ description : If applicable, add code snippets to help explain your problem.
41+ render : Python
42+ validations :
43+ required : false
44+ - type : input
45+ id : os
46+ attributes :
47+ label : OS
48+ placeholder : macOS
49+ validations :
50+ required : true
51+ - type : input
52+ id : language-version
53+ attributes :
54+ label : Python version
55+ placeholder : Python v3.11.4
56+ validations :
57+ required : true
58+ - type : input
59+ id : lib-version
60+ attributes :
61+ label : Library version
62+ placeholder : openai v1.0.1
63+ validations :
64+ required : true
Original file line number Diff line number Diff line change 1+ blank_issues_enabled : false
2+ contact_links :
3+ - name : OpenAI support
4+ url : https://help.openai.com/
5+ about : |
6+ Please only file issues here that you believe represent actual bugs or feature requests for the OpenAI Python library.
7+ If you're having general trouble with the OpenAI API, please visit our help center to get support.
Original file line number Diff line number Diff line change 1+ name : Feature request
2+ description : Suggest an idea for this library
3+ labels : ['feature-request']
4+ body :
5+ - type : markdown
6+ attributes :
7+ value : |
8+ Thanks for taking the time to fill out this feature request!
9+ - type : checkboxes
10+ id : non_api
11+ attributes :
12+ label : Confirm this is a feature request for the Python library and not the underlying OpenAI API.
13+ description : Feature requests for the underlying OpenAI API should be reported on our [Developer Community](https://community.openai.com/c/api/7)
14+ options :
15+ - label : This is a feature request for the Python library
16+ required : true
17+ - type : textarea
18+ id : feature
19+ attributes :
20+ label : Describe the feature or improvement you're requesting
21+ description : A clear and concise description of what you want to happen.
22+ validations :
23+ required : true
24+ - type : textarea
25+ id : context
26+ attributes :
27+ label : Additional context
28+ description : Add any other context about the feature request here.
Original file line number Diff line number Diff line change 1+ <!-- Thank you for contributing to this project! -->
2+ <!-- The code in this repository is all auto-generated, and is not meant to be edited manually. -->
3+ <!-- We recommend opening an Issue instead, but you are still welcome to open a PR to share for -->
4+ <!-- an improvement if you wish, just note that we are unlikely to merge it as-is. -->
5+
6+ - [ ] I understand that this repository is auto-generated and my pull request may not be merged
7+
8+ ## Changes being requested
9+
10+ ## Additional context & links
You can’t perform that action at this time.
0 commit comments