streaming, markdown, model selecting, and lots more
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export interface SettingPage {
|
||||
id: string;
|
||||
label: string | Ref<string> | ComputedRef<string>;
|
||||
icon: string;
|
||||
component: Component;
|
||||
sidebar?: Component;
|
||||
}
|
||||
Reference in New Issue
Block a user