Albator2570 commited on
Commit
37c6e28
·
verified ·
1 Parent(s): 4eb549a

Upload ppt_master_local_env_example.env

Browse files
Files changed (1) hide show
  1. ppt_master_local_env_example.env +19 -0
ppt_master_local_env_example.env ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # PPT Master local configuration generated for this sandbox
2
+ # LLM: OpenRouter free model requested by user
3
+ OPENROUTER_API_KEY=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
4
+ OPENROUTER_MODEL=tencent/hy3-preview:free
5
+ OPENROUTER_BASE_URL=https://openrouter.ai/api/v1
6
+ OPENROUTER_REASONING_EXCLUDE=true
7
+
8
+ # Image generation: local ComfyUI backend
9
+ IMAGE_BACKEND=comfyui
10
+ COMFYUI_SERVER=http://127.0.0.1:8188
11
+ COMFYUI_DIR=/app/ComfyUI
12
+ COMFYUI_AUTO_START=true
13
+ # GPU mode for NVIDIA RTX cards (including RTX 5070 Ti): leave COMFYUI_EXTRA_ARGS empty.
14
+ # To force CPU manually, set COMFYUI_EXTRA_ARGS=--cpu.
15
+ COMFYUI_EXTRA_ARGS=
16
+ # In this CPU sandbox there are no SD checkpoints installed, so placeholder fallback
17
+ # keeps the ppt-master workflow executable. On your RTX 5070 Ti machine, set COMFYUI_MODEL
18
+ # or COMFYUI_WORKFLOW and COMFYUI_FALLBACK=error for real CUDA rendering.
19
+ COMFYUI_FALLBACK=placeholder