mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-12 22:42:13 +02:00
chore: linting
This commit is contained in:
parent
27218304ae
commit
05190da0a9
30 changed files with 148 additions and 123 deletions
|
|
@ -18,7 +18,7 @@ from app.services.llm_service import get_agent_llm
|
|||
from ..prompts import draft_segment_prompt, plan_outline_prompt
|
||||
from ..structured import invoke_json
|
||||
from .config import TranscriptConfig
|
||||
from .planning import Outline, OutlineSegment, SegmentDraft
|
||||
from .planning import Outline, SegmentDraft
|
||||
from .state import TranscriptState
|
||||
|
||||
# Average speaking rate; converts target minutes to a target word count.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue