This commit is contained in:
949036910@qq.com
2026-05-27 22:31:34 +08:00
parent 3641422037
commit 50ab92d8f5
3 changed files with 26 additions and 11 deletions

View File

@@ -43,7 +43,7 @@ pub fn api_base() -> String {
"http://81.71.163.140:8001".to_string()
}
})
}
}
/// 将库表 `name` 转为 Node 环境变量名(不含前缀),如 `llm.api_key` → `LLM_API_KEY`。
pub fn normalize_config_key(name: &str) -> String {