feat: add --openai-support

This commit is contained in:
jialin
2026-03-23 15:59:11 +08:00
parent aa7247baaf
commit 722b385bcb
@@ -209,6 +209,10 @@ const options: BackendParameter[] = [
{
label: '--max-iter-times',
value: '--max-iter-times'
},
{
label: '--openai-support',
value: '--openai-support'
}
];