10 lines
498 B
JSON
10 lines
498 B
JSON
[
|
||
{
|
||
"level": "critical",
|
||
"role": "Maya",
|
||
"location": "app/preflight.js:107",
|
||
"suggestion": "在 `verifyLLM` 函數中,呼叫 `axios.post` 時缺少 `httpsAgent` 選項。這會導致即使設定了 `GITEA_SKIP_TLS_VERIFY`,LLM 的 API 請求仍可能因 TLS 憑證問題而失敗。請將 `httpsAgent` 傳遞給 `axios.post` 的選項物件,例如:`await axios.post(`${base}/chat/completions`, payload, { headers, timeout: 30000, httpsAgent });`",
|
||
"is_new": true
|
||
}
|
||
]
|