追踪 .env.example
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
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