This commit is contained in:
kosukesuenaga 2025-12-24 11:36:34 +09:00
parent 1259ba76c9
commit 6454e1b46b
19 changed files with 667 additions and 611 deletions

View file

@ -1,6 +1,6 @@
export const GEMINI_MODEL_ID = "gemini-2.5-flash";
export const DEBUG = true;
export const GEMINI_MODEL_ID = "gemini-2.5-pro";
export const DEBUG = false;
export const CLOUD_STORAGE_MASTER_FOLDER_NAME = "master";
export const CLOUD_STORAGE_LOG_FOLDER_NAME = "new_request_log";