Update README.md

This commit is contained in:
Russell Ballestrini 2025-05-23 18:05:08 +00:00
parent bbce6c58ec
commit ea30499248

View file

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