From aae3b3b696705ee1eab5a885cf17d4422ba91cf0 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 3521c2bf35..e371df0d24 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/',