xuyonghao
2025-01-08 df14f81b4d34b7aea88bb5e72cbdaba70f7d728f
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,