lobechat-plugin-workers-sch.../public/manifest.json

21 lines
891 B
JSON
Raw Normal View History

2024-03-26 02:17:45 +00:00
{
2024-04-15 15:38:21 +00:00
"api": {
"type": "openapi",
"url": "https://nas.moonflame.top:10301/foryoung365/lobechat-plugin-workers-schnell/raw/branch/main/public/openapi.json",
2024-04-15 15:38:21 +00:00
"is_user_authenticated": false
2024-03-26 02:17:45 +00:00
},
2024-04-15 15:38:21 +00:00
"auth": {
"type": "user_http",
"authorization_type": "custom",
"custom_auth_header": "X-Api-Key: ${WORKER_API_KEY}"
2024-04-15 15:38:21 +00:00
},
"contact_email": "1758359+foryoung365@users.noreply.github.com",
"description_for_human": "Generate images with Cloudflare Workers AI's flux-1-schnell model",
"description_for_model": "This plugin uses the Cloudflare Workers AI's flux-1-schnell model to generate beautiful images.",
"legal_info_url": "https://developers.cloudflare.com/ai/",
"logo_url": "https://developers.cloudflare.com/favicon.ico",
"name_for_human": "AI Image Generator (Flux-1-Schnell)",
"name_for_model": "ai-image-generator-flux-schnell",
2024-04-15 15:38:21 +00:00
"schema_version": "v1"
}