dify-openai-apis 0.1.6

OpenAI-compatible APIs for Dify platform services
1
2
3
4
5
6
7
HOST=127.0.0.1
PORT=3000
DIFY_BASE_URL=https://api.dify.ai
DIFY_API_KEY=your_api_key
DIFY_TIMEOUT=10
WORKERS_NUM=4
RUST_LOG=error