fix(styles): providers access token

This commit is contained in:
jialin
2026-02-03 18:21:08 +08:00
parent 26e3a1944b
commit 497813eced
29 changed files with 294 additions and 106 deletions
+1
View File
@@ -9,6 +9,7 @@ export interface FormData {
description: string;
api_tokens: string[];
models: ProviderModel[];
api_key: string;
config: {
type: maasProviderType;
[key: string]: any;