From 0868b8ff4bdc50fabf1d7a94c7faf79592d4eea0 Mon Sep 17 00:00:00 2001 From: linyq Date: Thu, 21 Nov 2024 18:33:32 +0800 Subject: [PATCH] =?UTF-8?q?fix(config):=20=E6=9B=B4=E6=96=B0=20Narrato=20A?= =?UTF-8?q?PI=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.toml b/config.example.toml index 52432d2..e6b3919 100644 --- a/config.example.toml +++ b/config.example.toml @@ -13,7 +13,7 @@ ########### Vision NarratoAPI Key narrato_api_key = "" - narrato_api_url = "https://narratoapi.scsmtech.cn/api/v1" + narrato_api_url = "https://narratoinsight.scsmtech.cn/api/v1" narrato_vision_model = "gemini-1.5-flash" narrato_vision_key = "" narrato_llm_model = "gpt-4o"