mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08:00
Update openhands/storage/settings/file_settings_store.py
Co-authored-by: Engel Nyst <engel.nyst@gmail.com>
This commit is contained in:
@@ -22,7 +22,7 @@ class FileSettingsStore(SettingsStore):
|
||||
kwargs = json.loads(json_str)
|
||||
settings = Settings(**kwargs)
|
||||
|
||||
# Turn on V1 in all OSS conversations
|
||||
# Turn on V1 in OpenHands
|
||||
# We can simplify / remove this as part of V0 removal
|
||||
settings.v1_enabled = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user