Skip to content

Commit 8d54f97

Browse files
committed
make json fields in aimodel nullable
1 parent b9467ae commit 8d54f97

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

api/models/AIModel.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ class AIModel(models.Model):
8282
blank=True,
8383
related_name="ai_models",
8484
)
85-
# API Configuration
86-
# Endpoints are stored in separate ModelEndpoint table for flexibility
8785

8886
# Model Capabilities
8987
supports_streaming = models.BooleanField(default=False)

0 commit comments

Comments
 (0)