摘要:
最近刷到一个开源项目比较火,点赞量暴增100k,github 地址:https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools,包含各种 AI 产品背后的系统提示词(system prompt),有兴趣可以自行查看。我觉得使用 A 阅读全文
摘要:
1、问题背景 我在一个 js 文件里需要使用 pinia 去修改状态存储里的内容,但是在引入 pinia 的时候,比如 cont store = useStore() 时发现报错:getActivePinia was called with no active Pinia. 说是实例在文件中使用的时 阅读全文