追踪 .env.example
This commit is contained in:
8
scripts/.env.example
Normal file
8
scripts/.env.example
Normal file
@ -0,0 +1,8 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user