mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 05:37:20 +08:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user