diff --git a/README.md b/README.md index ccd3ea3..48ea2d5 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,7 @@ This is a Python implementation of the [SLOP pattern](https://github.com/agnt-gg ```bash # vars.sh export MODEL_ENDPOINT_0=https://hermes.ai.unturf.com/v1 - export MODEL_ENDPOINT_1=https://node2.naptha.ai/inference - export MODEL_ENDPOINT_2=https://node3.naptha.ai/inference + export MODEL_ENDPOINT_1=https://hermes2.ai.unturf.com/v1 ``` - Gaps in numbering (e.g., skipping `MODEL_ENDPOINT_1`) are supported. - API keys are optional; defaults to `"not-needed"` if unset (e.g., `export MODEL_API_KEY_0=your-key`).