Merge pull request #5211 from ConnectAI-E/feature/jest

feat: jest
This commit is contained in:
Lloyd Zhou
2024-10-10 21:02:05 +08:00
committed by GitHub
6 changed files with 1987 additions and 33 deletions

View File

@@ -151,7 +151,7 @@ export const usePromptStore = createPersistStore(
if (typeof window === "undefined") {
return;
}
const PROMPT_URL = "./prompts.json";
type PromptList = Array<[string, string]>;