From b65fd582854eb5766de0d4cf6387435bd914c28b Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Fri, 23 May 2025 10:29:42 -0400 Subject: [PATCH] nothing lasts but nothing is lost. Goodbye Naptha. modified: README.rst modified: vars.sh.sample --- README.rst | 3 +-- vars.sh.sample | 13 ++++--------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/README.rst b/README.rst index 1ba31ec..4e2f7bc 100644 --- a/README.rst +++ b/README.rst @@ -82,8 +82,7 @@ Other env vars:: Here are some free endpoint for research only!:: export MODEL_ENDPOINT_1=https://hermes.ai.unturf.com/v1 - export MODEL_ENDPOINT_2=https://node2.naptha.ai/inference - export MODEL_ENDPOINT_3=https://node3.naptha.ai/inference + export MODEL_ENDPOINT_2=https://hermes2.ai.unturf.com/v1 To start the application with socket.io run:: diff --git a/vars.sh.sample b/vars.sh.sample index abd19e1..2ec365d 100644 --- a/vars.sh.sample +++ b/vars.sh.sample @@ -2,15 +2,10 @@ # vars.sh: Example configuration for dynamic endpoints # Official OpenAI (hermes) endpoint. -export MODEL_ENDPOINT_0="https://hermes.ai.unturf.com/v1" -export MODEL_API_KEY_0="your-hermes-api-key" # optional; if omitted, "not-needed" is used - -# Naptha endpoints. -export MODEL_ENDPOINT_1="https://node2.naptha.ai/inference" -export MODEL_API_KEY_1="your-node2-api-key" - -export MODEL_ENDPOINT_2="https://node3.naptha.ai/inference" -export MODEL_API_KEY_2="your-node3-api-key" +export MODEL_ENDPOINT_1="https://hermes.ai.unturf.com/v1" +export MODEL_API_KEY_1="your-hermes-api-key" +export MODEL_ENDPOINT_2="https://hermes2.ai.unturf.com/v1" +export MODEL_API_KEY_2="your-hermes-api-key" # Google Gemini endpoint. export MODEL_ENDPOINT_3="https://generativelanguage.googleapis.com/v1beta/openai"