YM
2025-05-12 e22a78a2f2857ff98ec624b7c4f5c15b2c8362dd
1
2
3
4
5
6
7
8
9
10
11
# -*- coding: utf-8 -*-
# @author: 
# @date: 
# @version: 
# @description:
 
from knowledgebase.llm import llm
class JsonGenerate:
    def __init__(self):
        self.llm = llm