fix: 修复bug
This commit is contained in:
@@ -7,10 +7,10 @@ app:
|
||||
openai:
|
||||
# Prefer environment variables in real deployments.
|
||||
# OPENAI_API_KEY must be set; OPENAI_BASE_URL optional (for DeepSeek / other gateways).
|
||||
api_key_env: "OPENAI_API_KEY"
|
||||
base_url_env: "OPENAI_BASE_URL"
|
||||
api_key_env: "sk-85880595fc714d63bfd0b025e917bd26"
|
||||
base_url_env: "https://dashscope.aliyuncs.com/compatible-mode/v1"
|
||||
# Example: "gpt-4o-mini" / "gpt-4o" / gateway specific names
|
||||
model: "gpt-4o-mini"
|
||||
model: "qwen3.5-plus"
|
||||
|
||||
script_gen:
|
||||
# Narration length constraint per scene (Chinese chars approx)
|
||||
|
||||
Reference in New Issue
Block a user