fix page css

This commit is contained in:
Chuck1sn
2025-06-04 10:23:19 +08:00
parent ad5b20d3c5
commit 34e0d3d8e7
16 changed files with 88 additions and 30 deletions

View File

@@ -26,6 +26,7 @@ export default [
modelName: faker.lorem.word(),
apiKey: faker.string.uuid(),
url: faker.internet.url(),
type: faker.helpers.arrayElement(["CHAT", "EMBEDDING"]),
enable: faker.datatype.boolean(),
priority: faker.number.int({ min: 1, max: 10 }),
});