mirror of
https://github.com/JefferyHcool/BiliNote.git
synced 2026-09-04 23:26:51 +08:00
first commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
from dataclasses import dataclass
|
||||
from typing import List, Union, Optional
|
||||
|
||||
from app.models.transcriber_model import TranscriptSegment
|
||||
|
||||
|
||||
@dataclass
|
||||
class GPTSource:
|
||||
segment: Union[List[TranscriptSegment], List]
|
||||
title: str
|
||||
tags:str
|
||||
screenshot: Optional[bool] = False
|
||||
link: Optional[bool] = False
|
||||
|
||||
Reference in New Issue
Block a user