Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Akuyakufree
/
Omni-videos
like
4
Running
on
Zero
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
3d51071
Omni-videos
/
AGENTS.md
Akuyakufree
Upload 13 files
5282a98
verified
8 days ago
preview
code
|
Raw
Download with hf CLI
Copy download link
History
Blame
Safe
390 Bytes
AGENTS
配置修改规则(强制)
除非用户明确要求放在环境变量或其他位置,所有可调参数默认必须写入
config.py
。
新增参数时,优先在
config.py
增加默认值,再在代码中读取该默认值;环境变量仅作为可选覆盖。
不得把参数默认值散落在业务代码里(除非是兼容兜底且用户已同意)。