From 9655153e01078a73df2915a43fdce1582229d051 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=89=A1=E4=B8=B9=E5=87=A4=E5=87=B0?= <87239270+1355873789@users.noreply.github.com> Date: Thu, 26 Sep 2024 03:10:44 +0800 Subject: [PATCH] Update providers.ts --- src/renderer/src/config/providers.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/renderer/src/config/providers.ts b/src/renderer/src/config/providers.ts index c471cfcc..50f6f630 100644 --- a/src/renderer/src/config/providers.ts +++ b/src/renderer/src/config/providers.ts @@ -113,10 +113,10 @@ export const PROVIDER_CONFIG = { }, ocoolai: { api: { - url: 'https://one.ooo.cool' + url: 'https://api.ocoolai.com' }, websites: { - official: 'https://ocoolai.com/', + official: 'https://one.ocoolai.com/', apiKey: 'https://one.ocoolai.com/token', docs: 'https://docs.ooo.cool/', models: 'https://docs.ooo.cool/guides/jiage/'