xuyonghao
2024-12-05 98c6c8c1f764f537c146be3bff39c5f71076d554
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,