From 470fc37f2604760e98ae2f2addad748a360c4eb7 Mon Sep 17 00:00:00 2001 From: zzh Date: Tue, 15 Jul 2025 18:47:50 +0900 Subject: [PATCH] =?UTF-8?q?=E6=99=AE=E9=80=9A=E6=96=87=E6=9C=AC=E7=94=9F?= =?UTF-8?q?=E6=88=90=20=E6=A1=88=E4=BE=8B=E6=A8=A1=E5=9E=8B=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/service/tts/native/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/service/tts/native/README.md b/app/service/tts/native/README.md index c37736f..3acae81 100644 --- a/app/service/tts/native/README.md +++ b/app/service/tts/native/README.md @@ -165,7 +165,7 @@ curl -X POST "https://your-domain.com/v1/audio/speech" \ 非TTS模型的请求会使用原有的Gemini聊天服务,完全不受影响: ```bash -curl -X POST "https://your-domain.com/v1beta/models/gemini-1.5-flash:generateContent" \ +curl -X POST "https://your-domain.com/v1beta/models/gemini-2.5-flash:generateContent" \ -H "Content-Type: application/json" \ -H "x-goog-api-key: your-token" \ -d '{