Verfügbarkeitstest für API Provider ergänzt.

This commit is contained in:
2025-12-02 21:51:06 +01:00
parent 908b1dcdff
commit 3ec8e471bc
14 changed files with 565 additions and 26 deletions

View File

@@ -19,6 +19,7 @@ class AiModel extends Model
protected $casts = [
'parameters' => 'array',
'enabled' => 'boolean',
];
public function primaryApiProvider()