parameter für Modelle eingeführt, Beschreibung aktualisiert

This commit is contained in:
2025-08-06 09:08:07 +02:00
parent 4a45738b9b
commit 57f3dbc402
16 changed files with 581 additions and 34 deletions

View File

@@ -13,6 +13,11 @@ class AiModel extends Model
'name',
'model_id',
'model_type',
'parameters',
];
protected $casts = [
'parameters' => 'array',
];
public function apiProviders()