mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-09-06 07:56:59 +08:00
feat: model provider refactor done
This commit is contained in:
@@ -32,3 +32,9 @@ export function updateGlobalCSSVars(nextSidebar: number) {
|
||||
|
||||
return { menuWidth };
|
||||
}
|
||||
|
||||
let count = 0;
|
||||
|
||||
export function getUid() {
|
||||
return count++;
|
||||
}
|
||||
|
Reference in New Issue
Block a user