Skip to content

Commit aeff111

Browse files
committed
修改检视意见
1 parent e4f4029 commit aeff111

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

framework/fel/python/plugins/fel_llama_splitter_tools/types/document.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# This file is a part of the ModelEngine Project.
44
# Licensed under the MIT License. See License.txt in the project root for license information.
55
# ======================================================================================================================
6+
67
import typing
78

89
from .media import Media

framework/fel/python/plugins/fel_llama_splitter_tools/types/media.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# This file is a part of the ModelEngine Project.
44
# Licensed under the MIT License. See License.txt in the project root for license information.
55
# ======================================================================================================================
6+
67
class Media(object):
78
def __init__(self, mime: str, data: str):
89
self.mime = mime

framework/fel/python/plugins/fel_llama_splitter_tools/types/semantic_splitter_options.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# This file is a part of the ModelEngine Project.
44
# Licensed under the MIT License. See License.txt in the project root for license information.
55
# ======================================================================================================================
6+
67
class SemanticSplitterOptions(object):
78
def __init__(self , model_name : str , api_base : str , api_key : str):
89
self.model_name = model_name

0 commit comments

Comments
 (0)