第一个能用的前后端

This commit is contained in:
xunbu
2025-07-29 15:00:49 +08:00
parent 556b6d84ba
commit a4568afafb
11 changed files with 334 additions and 266 deletions

View File

@@ -0,0 +1,5 @@
default_params = {
"chunk_size": 3000,
"concurrent": 30,
"temperature": 0.7,
}

View File

@@ -1,6 +1,5 @@
import asyncio
from dataclasses import dataclass
from logging import Logger
from typing import Self
from docutranslate.agents import MDTranslateAgent