9 lines
240 B
Plaintext
9 lines
240 B
Plaintext
# OpenAI-compatible API endpoint
|
|
IMG2TYP_API_ENDPOINT=https://api.openai.com/v1/chat/completions
|
|
|
|
# API Key for authentication
|
|
IMG2TYP_API_KEY=your-api-key-here
|
|
|
|
# Model name (default: qwen-vl-plus for DashScope)
|
|
IMG2TYP_MODEL=qwen-vl-plus
|