xuyonghao
2024-12-27 fdbd37eb2516b67ca41b0b71b738e3368e2825fe
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,