openai/openai-python

Public

mirrored fromhttps://github.com/openai/openai-pythonAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
release-v0.28.1

Branches

Tags

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

Clone

HTTPS

Download ZIP

.github/ISSUE_TEMPLATE/feature_request.yml

20lines · modecode

1name: Feature request
2description: Suggest an idea for this library
3labels: ["feature-request"]
4body:
5 - type: markdown
6 attributes:
7 value: |
8 Thanks for taking the time to fill out this feature request! Please note, we are not able to accommodate all feature requests given limited bandwidth but we appreciate you taking the time to share with us how to improve the OpenAI Python library.
9 - type: textarea
10 id: feature
11 attributes:
12 label: Describe the feature or improvement you're requesting
13 description: A clear and concise description of what you want to happen.
14 validations:
15 required: true
16 - type: textarea
17 id: context
18 attributes:
19 label: Additional context
20 description: Add any other context about the feature request here.