mirror of
https://github.com/ChatGPTNextWeb/NextChat.git
synced 2026-03-06 07:59:47 +08:00
feat: add multi-model support
This commit is contained in:
@@ -57,7 +57,7 @@ export function createUpstashClient(store: SyncStore) {
|
||||
|
||||
async get() {
|
||||
const chunkCount = Number(await this.redisGet(chunkCountKey));
|
||||
if (!Number.isInteger(chunkCount)) return;
|
||||
if (!Number.isInteger(chunkCount)) return "";
|
||||
|
||||
const chunks = await Promise.all(
|
||||
new Array(chunkCount)
|
||||
|
||||
Reference in New Issue
Block a user