This commit is contained in:
Flatlogic Bot 2025-06-13 09:57:27 +00:00
parent 783a33ea17
commit 0cbf301e4a
2 changed files with 4 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@ -129,17 +129,13 @@ const menuAside: MenuAsideItem[] = [
icon: icon.mdiHome, icon: icon.mdiHome,
withDevider: true, withDevider: true,
}, },
{ {
href: '/chat-gpt', href: '/chat-gpt-2',
label: 'GPT Chat', label: 'GPT Chat 2',
icon: icon.mdiChatProcessing, icon: icon.mdiChatProcessing,
}, },
{
href: '/gpt-help',
label: 'GPT Help',
icon: icon.mdiChatProcessing,
},
{ {
href: '/api-docs', href: '/api-docs',