Files
hmo 04db423416 Initial commit: skills library
- 70 skills with code and documentation
- Add .gitignore (ignore __pycache__, output/, temp/, venv/)
- Clean up test intermediates and caches
2026-04-26 19:27:40 +08:00

43 lines
1.0 KiB
Plaintext

{
"image_api": {
"key": "sk-56a8e427c3f7403a90e2cf22f1b9d842",
"base_url": "https://dashscope.aliyuncs.com/compatible-mode/v1",
"model": "qwen2.5-vl-72b-instruct"
},
"vision_api": {
"key": "sk-56a8e427c3f7403a90e2cf22f1b9d842",
"base_url": "https://dashscope.aliyuncs.com/compatible-mode/v1",
"model": "qwen2.5-vl-72b-instruct"
},
"defaults": {
"text_to_image": {
"size": "1792x1024",
"response_format": "b64_json"
},
"image_to_image": {
"size": "1792x1024",
"response_format": "b64_json"
},
"image_to_text": {
"max_tokens": 2000,
"temperature": 0.7,
"mode": "describe"
}
},
"limits": {
"max_file_size_mb": 4,
"supported_formats": ["png", "jpg", "jpeg", "webp", "gif"],
"max_prompt_length": 1000,
"timeout_seconds": {
"text_to_image": 180,
"image_to_image": 180,
"image_to_text": 120
}
},
"retry": {
"max_attempts": 3,
"backoff_multiplier": 2,
"initial_delay_seconds": 1
}
}