Skip to content

Commit 8a09dc4

Browse files
authored
Merge pull request #485 from nerdalert/feature-fine-tune
Feature: fine-tuning and model chat eval
2 parents b0fbfab + 287cc03 commit 8a09dc4

File tree

25 files changed

+6569
-3659
lines changed

25 files changed

+6569
-3659
lines changed

.eslintrc.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,15 @@
1212
"react": {
1313
"version": "detect"
1414
}
15+
},
16+
"rules": {
17+
"@typescript-eslint/no-unused-vars": [
18+
"error",
19+
{
20+
"argsIgnorePattern": "^_",
21+
"varsIgnorePattern": "^_",
22+
"ignoreRestSiblings": true
23+
}
24+
]
1525
}
1626
}

0 commit comments

Comments
 (0)