fix: apply settings without explicit change (#541)

* fix: apply settings without explicit change
* Change default model to gpt-4-0125-preview and don't print settings selection on startup
This commit is contained in:
Jim Su
2024-04-02 09:49:43 -04:00
committed by GitHub
parent d64383a520
commit 0a8a857d00
7 changed files with 81 additions and 34 deletions

View File

@@ -25,6 +25,8 @@
"state"
]
}],
// For https://stackoverflow.com/questions/55844608/stuck-with-eslint-error-i-e-separately-loops-should-be-avoided-in-favor-of-arra
"no-restricted-syntax": "off",
"import/prefer-default-export": "off",
"no-underscore-dangle": "off",
"jsx-a11y/no-static-element-interactions": "off",