Skip to content

Commit

Permalink
set run as devin by default to true
Browse files Browse the repository at this point in the history
  • Loading branch information
xingyaoww committed Apr 8, 2024
1 parent 83fe8e4 commit 95f8344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opendevin/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
ConfigType.WORKSPACE_DIR: os.path.join(os.getcwd(), 'workspace'),
ConfigType.LLM_MODEL: 'gpt-3.5-turbo-1106',
ConfigType.SANDBOX_CONTAINER_IMAGE: 'ghcr.io/opendevin/sandbox',
ConfigType.RUN_AS_DEVIN: 'false',
ConfigType.RUN_AS_DEVIN: 'true',
ConfigType.LLM_EMBEDDING_MODEL: 'local',
ConfigType.LLM_NUM_RETRIES: 6,
ConfigType.LLM_COOLDOWN_TIME: 1,
Expand Down

0 comments on commit 95f8344

Please sign in to comment.