refactor: adjust playground pages dir
This commit is contained in:
+5
-5
@@ -32,7 +32,7 @@ export default [
|
||||
icon: 'icon-chat',
|
||||
selectedIcon: 'icon-chat-filled',
|
||||
defaultIcon: 'icon-chat',
|
||||
component: './playground/index'
|
||||
component: './playground/chat/index'
|
||||
},
|
||||
{
|
||||
name: 'embedding',
|
||||
@@ -42,7 +42,7 @@ export default [
|
||||
icon: 'icon-embedding',
|
||||
selectedIcon: 'icon-embedding-filled',
|
||||
defaultIcon: 'icon-embedding',
|
||||
component: './playground/embedding'
|
||||
component: './playground/embedding/index'
|
||||
},
|
||||
{
|
||||
name: 'rerank',
|
||||
@@ -52,7 +52,7 @@ export default [
|
||||
icon: 'icon-reranker',
|
||||
selectedIcon: 'icon-reranker-filled',
|
||||
defaultIcon: 'icon-reranker',
|
||||
component: './playground/rerank'
|
||||
component: './playground/rerank/index'
|
||||
},
|
||||
{
|
||||
name: 'text2images',
|
||||
@@ -62,7 +62,7 @@ export default [
|
||||
icon: 'icon-image1',
|
||||
selectedIcon: 'icon-image-filled',
|
||||
defaultIcon: 'icon-image1',
|
||||
component: './playground/images'
|
||||
component: './playground/images/index'
|
||||
},
|
||||
{
|
||||
name: 'speech',
|
||||
@@ -72,7 +72,7 @@ export default [
|
||||
icon: 'icon-audio1',
|
||||
selectedIcon: 'icon-audio-filled',
|
||||
defaultIcon: 'icon-audio1',
|
||||
component: './playground/speech'
|
||||
component: './playground/speech/index'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user