From a2a3760c953e1d6c0c67232dea0832f66ec1b385 Mon Sep 17 00:00:00 2001 From: Asurada <43401755+ousugo@users.noreply.github.com> Date: Wed, 19 Mar 2025 18:37:33 +0800 Subject: [PATCH] fix: update API URL for together provider (#3605) --- src/renderer/src/config/providers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/src/config/providers.ts b/src/renderer/src/config/providers.ts index 3521c2bf..e371df0d 100644 --- a/src/renderer/src/config/providers.ts +++ b/src/renderer/src/config/providers.ts @@ -186,7 +186,7 @@ export const PROVIDER_CONFIG = { }, together: { api: { - url: 'https://api.tohgether.xyz' + url: 'https://api.together.xyz' }, websites: { official: 'https://www.together.ai/',