mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:12:51 +00:00
--story=1016225 --user=刘瑞斌 【北区】在现有的分段基础上,加个 「生成问题」 ,支持调用大模型 生成问题并关联到分段。 https://www.tapd.cn/57709429/s/1589572
11 lines
168 B
Python
11 lines
168 B
Python
# coding=utf-8
|
||
"""
|
||
@project: MaxKB
|
||
@Author:虎
|
||
@file: __init__.py
|
||
@date:2024/8/21 9:57
|
||
@desc:
|
||
"""
|
||
from .sync import *
|
||
from .generate import *
|