# tool4autoMovePicture **Repository Path**: keyle/tool4autoMovePicture ## Basic Information - **Project Name**: tool4autoMovePicture - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: codex/fix-open_basedir-restriction-error - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-05 - **Last Updated**: 2025-06-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AI Proxy Web Simple PHP web application for forwarding AI API requests. Provides a JSON API with basic rate limiting and weighted key rotation. ## Setup 1. Deploy files under a PHP-enabled web server. 2. Access `/public/setup.php` on first run to configure database and admin account. 3. After setup, login via `/public/index.php`. ## Features - Manage third-party API keys. - Generate site-specific `One_Key` identifiers. - Stateless chat API at `/public/api_chat.php` returning JSON with `status`, `data` and `message` fields. - Basic OpenAPI description provided in `openapi.yaml`. - Basic function test panel. This is a minimal demonstration and uses MD5 for password storage as requested.