mirror of
https://github.com/ChatGPTNextWeb/NextChat.git
synced 2026-02-24 08:20:12 +08:00
feat: add multi-model support
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export function deepClone<T>(obj: T) {
|
||||
export function deepClone<T>(obj: T): T {
|
||||
return JSON.parse(JSON.stringify(obj));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user