diff --git a/docs/open_models.md b/docs/open_models.md index e1cc5a5294..16f603f1c1 100644 --- a/docs/open_models.md +++ b/docs/open_models.md @@ -105,7 +105,7 @@ export LOCAL_MODEL=true And run `gpt-engineer` with the following command: ```bash -gpte $MODEL_NAME --lite --temperature 0.1 +gpte --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. @@ -133,7 +133,7 @@ export LOCAL_MODEL=true ``` ```bash -gpte $MODEL_NAME --lite --temperature 0.1 +gpte --model $MODEL_NAME --lite --temperature 0.1 ``` Using Azure models