get hasModel()

in src/app/ui/main/chat/chat.component.ts [78:80]


    get hasModel(): boolean {
        return !!this.selectedModelId
    }