mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-06-27 22:36:06 +00:00
feat: support bulk creation of missing translation categories in module manager
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user