refactor: #6 check update over one hour and debound scroll

This commit is contained in:
Yifei Zhang
2023-03-23 17:00:33 +00:00
parent 29de957395
commit 99b88f36fd
9 changed files with 85 additions and 46 deletions

View File

@@ -1,5 +1,5 @@
import type { ChatRequest, ChatReponse } from "./api/chat/typing";
import { filterConfig, isValidModel, Message, ModelConfig } from "./store";
import { filterConfig, Message, ModelConfig } from "./store";
const TIME_OUT_MS = 30000;