You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
final jsonStr =await rootBundle.loadString('assets/prompts-zh.json');
final jsonResponse = json.decode(jsonStr);
for (var item in jsonResponse) {
prompts.add(Prompt(item['act'], item['prompt']));
}
刚开始运行,/bravekingzhang/awesome-chatgpt-prompts-zh/main/prompts-zh.json 这个地址404
The text was updated successfully, but these errors were encountered: