openai/openai-python

Public

mirrored from https://github.com/openai/openai-pythonAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v1.2.4

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.github/ISSUE_TEMPLATE/feature_request.yml

28lines · modeblame

ba424470David Schnurr2 years ago1name: Feature request
2description: Suggest an idea for this library
3labels: ['feature-request']
4body:
5- type: markdown
6attributes:
7value: |
8Thanks for taking the time to fill out this feature request!
9- type: checkboxes
10id: non_api
11attributes:
12label: Confirm this is a feature request for the Python library and not the underlying OpenAI API.
13description: Feature requests for the underlying OpenAI API should be reported on our [Developer Community](https://community.openai.com/c/api/7)
14options:
15- label: This is a feature request for the Python library
16required: true
17- type: textarea
18id: feature
19attributes:
20label: Describe the feature or improvement you're requesting
21description: A clear and concise description of what you want to happen.
22validations:
23required: true
24- type: textarea
25id: context
26attributes:
27label: Additional context
28description: Add any other context about the feature request here.