This commit is contained in:
sijinhui
2024-05-09 11:23:47 +08:00
parent 40aadf291f
commit b449d87252
6 changed files with 29 additions and 16 deletions

View File

@@ -159,8 +159,9 @@ export const usePromptStore = createPersistStore(
onRehydrateStorage(state) {
// const PROMPT_URL = "https://cos.xiaosi.cc/next/public/prompts.json";
const PROMPT_URL = "./prompts.json";
const GPT_PROMPT_URL = "./prompt_library.json";
const PROMPT_URL = "https://oss.xiaosi.cc/chat/public/prompts.json";
const GPT_PROMPT_URL =
"https://oss.xiaosi.cc/chat/public/prompt_library.json";
type PromptList = Array<[string, string]>;