36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"date": "5月15日",
|
|
"num": 5,
|
|
"model": "qwen",
|
|
"api_url": "http://your-api-endpoint/v1/completions",
|
|
"api_key": "your-api-key",
|
|
"topic_system_prompt": "./SelectPrompt/systemPrompt.txt",
|
|
"topic_user_prompt": "./SelectPrompt/userPrompt.txt",
|
|
"content_system_prompt": "./genPrompts/systemPrompt.txt",
|
|
"resource_dir": [
|
|
{
|
|
"type": "Object",
|
|
"num": 3,
|
|
"file_path": [
|
|
"./resource/Object/景点信息-泰宁古城.txt",
|
|
"./resource/Object/景点信息-尚书第.txt",
|
|
"./resource/Object/景点信息-明清园.txt"
|
|
]
|
|
},
|
|
{
|
|
"type": "Product",
|
|
"num": 0,
|
|
"file_path": []
|
|
}
|
|
],
|
|
"prompts_dir": "./genPrompts",
|
|
"output_dir": "./result",
|
|
"image_base_dir": "/path/to/your/image/directory",
|
|
"camera_image_subdir": "相机",
|
|
"modify_image_subdir": "modify",
|
|
"variants": 3,
|
|
"topic_temperature": 0.2,
|
|
"content_temperature": 0.3,
|
|
"poster_target_size": [900, 1200],
|
|
"text_possibility": 0.3
|
|
} |