Initial commit: skills library
- 70 skills with code and documentation - Add .gitignore (ignore __pycache__, output/, temp/, venv/) - Clean up test intermediates and caches
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user