From 79ed88fd10a6f61d6981c62bc724d4f103203ac2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Wed, 11 Feb 2026 21:04:13 +0900 Subject: [PATCH] =?UTF-8?q?fix:STT=20V2=20=EA=B8=B0=EB=B3=B8=20=EB=A6=AC?= =?UTF-8?q?=EC=A0=84=EC=9D=84=20=EC=8B=B1=EA=B0=80=ED=8F=AC=EB=A5=B4(asia-?= =?UTF-8?q?southeast1)=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Chirp 2 지원 리전: us-central1, europe-west4, asia-southeast1 서울(asia-northeast3)은 Chirp 2 미지원 Co-Authored-By: Claude Opus 4.6 --- config/services.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/services.php b/config/services.php index 142f3576..5d36fecb 100644 --- a/config/services.php +++ b/config/services.php @@ -47,7 +47,7 @@ 'google' => [ 'credentials_path' => env('GOOGLE_APPLICATION_CREDENTIALS'), 'storage_bucket' => env('GOOGLE_STORAGE_BUCKET'), - 'location' => env('GOOGLE_STT_LOCATION', 'asia-northeast3'), + 'location' => env('GOOGLE_STT_LOCATION', 'asia-southeast1'), ], /*