diff --git a/server/internal/service/model_service.go b/server/internal/service/model_service.go index 99a1360..427beff 100644 --- a/server/internal/service/model_service.go +++ b/server/internal/service/model_service.go @@ -5,7 +5,6 @@ import ( "encoding/json" "fmt" "io" - "log" "net/http" "strings" "time" diff --git a/web/src/components/Sidebar.vue b/web/src/components/Sidebar.vue index 916994f..c9000bd 100644 --- a/web/src/components/Sidebar.vue +++ b/web/src/components/Sidebar.vue @@ -27,15 +27,11 @@ const mainMenu: MenuItem[] = [ ] const bottomMenu: MenuItem[] = [ - { name: 'API Keys', icon: 'fa-key', path: '/api-keys' }, { name: 'Settings', icon: 'fa-gear', path: '/settings' }, { name: 'Team', icon: 'fa-users', path: '/team' }, - { name: 'Service Accounts', icon: 'fa-user-shield' }, - { name: 'Integrations', icon: 'fa-plug' }, ] const bottomMenu2: MenuItem[] = [ - { name: 'Information', icon: 'fa-circle-info' }, { name: 'Account', icon: 'fa-user' }, ] @@ -121,7 +117,7 @@ const handleUserCommand = (command: string) => {
- +