Files
droid2api/start.sh
1e0n 6dca025e96 Initial commit: OpenAI compatible API proxy with auto token refresh
- Implemented OpenAI compatible API proxy server
- Support for Anthropic and custom OpenAI format conversion
- Automatic API key refresh with WorkOS OAuth
- SSE streaming response transformation
- Smart header management for Factory endpoints
- Chinese documentation
2025-10-06 02:12:01 +08:00

5 lines
64 B
Bash
Executable File

#!/bin/bash
echo "Starting droid2api server..."
node server.js