追踪 .env.example

This commit is contained in:
2026-04-08 14:12:22 +08:00
parent c9a85759fb
commit ab1e0875a2
2 changed files with 9 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,6 +1,6 @@
# Environment # Environment
.env .env
.env.example # .env.example is tracked for reference
# Python # Python
__pycache__/ __pycache__/

8
scripts/.env.example Normal file
View 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