xuyonghao
2024-12-30 93501af060bf8656c308ccf6319cf41cd5687c05
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,