mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-17 06:23:44 +08:00
opt cdn
This commit is contained in:
@@ -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]>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user