parameter für Modelle eingeführt, Beschreibung aktualisiert
This commit is contained in:
@@ -13,6 +13,11 @@ class AiModel extends Model
|
||||
'name',
|
||||
'model_id',
|
||||
'model_type',
|
||||
'parameters',
|
||||
];
|
||||
|
||||
protected $casts = [
|
||||
'parameters' => 'array',
|
||||
];
|
||||
|
||||
public function apiProviders()
|
||||
|
||||
Reference in New Issue
Block a user