File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ LLM_WIRE_LOG_ENABLED=0
7272# PhotoBuilder: set to 1 to use fake/simulated adapters instead of real OpenAI calls
7373PHOTO_BUILDER_SIMULATE_IMAGE_PROMPT_GENERATION = 0
7474PHOTO_BUILDER_SIMULATE_IMAGE_GENERATION = 0
75+ PHOTO_BUILDER_GEMINI_TIMEOUT_SECONDS = 300
7576LLM_CONTENT_EDITOR_SIMULATE = 0
7677# ##< sitebuilder/llm-wire-log ###
7778
Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ parameters:
2121 docker.host_base_path : " %env(default:docker.host_base_path_default:HOST_PROJECT_PATH)%"
2222
2323 # PhotoBuilder image generation request timeouts (in seconds)
24- photo_builder.gemini_timeout_seconds : 120
24+ photo_builder.gemini_timeout_seconds_default : 300
25+ photo_builder.gemini_timeout_seconds : " %env(default:photo_builder.gemini_timeout_seconds_default:int:PHOTO_BUILDER_GEMINI_TIMEOUT_SECONDS)%"
2526 photo_builder.openai_timeout_seconds : 120
2627 llm_content_editor.simulate : " %env(bool:LLM_CONTENT_EDITOR_SIMULATE)%"
2728
You can’t perform that action at this time.
0 commit comments