TravelContentCreator/example_config.json

42 lines
1.2 KiB
JSON
Raw Normal View History

2025-04-22 13:58:08 +08:00
{
"date": "5月15日",
"num": 5,
"model": "qwenQWQ",
"api_url": "http://localhost:8000/v1/",
"api_key": "EMPTY",
2025-04-22 13:58:08 +08:00
"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,
"topic_top_p": 0.3,
"topic_presence_penalty": 1.5,
2025-04-22 13:58:08 +08:00
"content_temperature": 0.3,
"content_top_p": 0.4,
2025-04-22 16:21:09 +08:00
"content_presence_penalty": 1.5,
"request_timeout": 30,
"max_retries": 3,
"poster_target_size": [900, 1200],
"text_possibility": 0.3
2025-04-22 13:58:08 +08:00
}