Skip to content
This repository was archived by the owner on Apr 22, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/open_models.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export LOCAL_MODEL=true
And run `gpt-engineer` with the following command:

```bash
gpte <project_dir> $MODEL_NAME --lite --temperature 0.1
gpte <project_dir> --model $MODEL_NAME --lite --temperature 0.1
```

The `--lite` mode is needed for now since open models for some reason behave worse with too many instructions at the moment. Temperature is set to `0.1` to get consistent best possible results.
Expand Down Expand Up @@ -133,7 +133,7 @@ export LOCAL_MODEL=true
```

```bash
gpte <project_dir> $MODEL_NAME --lite --temperature 0.1
gpte <project_dir> --model $MODEL_NAME --lite --temperature 0.1
```

Using Azure models
Expand Down
Loading