edit : cloud 계정 변경

This commit is contained in:
2025-04-14 13:06:13 +09:00
parent 187a8a984c
commit 19e62f5724
2 changed files with 7 additions and 1 deletions

View File

@@ -13,6 +13,12 @@ RESTful API Server
``` ```
https://cloud.google.com/sdk/docs/install?hl=ko#linux https://cloud.google.com/sdk/docs/install?hl=ko#linux
``` ```
```
gcloud init
gcloud auth application-default login
```
https://cloud.google.com/docs/authentication/set-up-adc-local-dev-environment?hl=ko
### cookie ### cookie
``` ```
https://github.com/acheong08/BingImageCreator https://github.com/acheong08/BingImageCreator

View File

@@ -10,7 +10,7 @@ from rest.app.utils.date_utils import D
class ImagenConst: class ImagenConst:
project_id = "imagen-447301" project_id = "glasses-imagen"
location = "asia-east1" location = "asia-east1"
model = "imagen-3.0-generate-001" model = "imagen-3.0-generate-001"