Skip to content

Commit 3ec43ee

Browse files
authoredAug 16, 2023
Merge pull request #220 from openai/v4
v4
2 parents dc821be + 31ddda8 commit 3ec43ee

File tree

190 files changed

+48087
-10387
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

190 files changed

+48087
-10387
lines changed
 

‎.eslintrc.js

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
module.exports = {
2+
parser: '@typescript-eslint/parser',
3+
plugins: ['@typescript-eslint', 'unused-imports', 'prettier'],
4+
rules: {
5+
'no-unused-vars': 'off',
6+
'prettier/prettier': 'error',
7+
'unused-imports/no-unused-imports': 'error',
8+
},
9+
root: true,
10+
};

‎.github/ISSUE_TEMPLATE/bug_report.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Bug report
22
description: Create a report to help us improve
3-
labels: ["bug"]
3+
labels: ['bug']
44
body:
55
- type: markdown
66
attributes:
@@ -53,4 +53,4 @@ body:
5353
label: Library version
5454
placeholder: openai v3.0.1
5555
validations:
56-
required: true
56+
required: true

0 commit comments

Comments
 (0)
Please sign in to comment.