feat: support bulk creation of missing translation categories in module manager

This commit is contained in:
melvinchia3636
2026-06-24 01:18:35 +08:00
parent a705ccbb21
commit aeec0782b3
4 changed files with 235 additions and 121 deletions

View File

@@ -61,8 +61,8 @@ export const aiTranslate = forge
response.ok(
await fetchAI({
pb,
provider: 'openai',
model: 'gpt-5-nano',
provider: 'deepseek',
model: 'deepseek-v4-flash',
messages: [
{
role: 'system',