xuyonghao
2025-02-10 2ab8a0e98c782a55c69a22d4b49bf294b8cfc2d9
app/models/llm_model.py
@@ -23,7 +23,7 @@
    def to_json(self):
        json = {
            'id': self.ID,
            'id': self.id,
            'llm_factory': self.llm_factory,
            'model_type': self.model_type,
            'llm_name': self.llm_name,