feat: generate images

This commit is contained in:
jialin
2024-11-22 10:00:34 +08:00
parent 84e0c46711
commit f24aef300b
18 changed files with 725 additions and 114 deletions
+8
View File
@@ -33,6 +33,14 @@ export default [
icon: 'Comment',
component: './playground/speech'
},
{
name: 'text2images',
title: 'Text2Images',
path: '/playground/text-to-images',
key: 'text2images',
icon: 'Comment',
component: './playground/images'
},
{
name: 'embedding',
title: 'embedding',