From ea304992482139ff44b468e0f7966b9bcb15128b Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Fri, 23 May 2025 18:05:08 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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`).