上一页 1 2 3 4 5 6 7 8 9 ··· 88 下一页
摘要: 人工智能学习网站: https://chat.xutongbao.top 阅读全文
posted @ 2024-03-18 15:41 徐同保 阅读(2) 评论(0) 推荐(0) 编辑
摘要: https://wechaty.js.org/zh/docs/api/message?_highlight=message if (await msg.mentionSelf()) { console.log( 'this message were mentioned me! [You were m 阅读全文
posted @ 2024-03-18 14:16 徐同保 阅读(4) 评论(0) 推荐(0) 编辑
摘要: function fileToGenerativePart(path, mimeType) { return { inlineData: { data: Buffer.from(fs.readFileSync(path)).toString('base64'), mimeType, }, } } l 阅读全文
posted @ 2024-03-14 09:03 徐同保 阅读(1) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Docum 阅读全文
posted @ 2024-03-11 17:37 徐同保 阅读(1) 评论(0) 推荐(0) 编辑
摘要: https://www.npmjs.com/package/dotenv require('dotenv').config() console.log('process.env', process.env.apiKeyOnServer) 我开发的chatgpt项目: https://chat.xut 阅读全文
posted @ 2024-03-08 17:57 徐同保 阅读(7) 评论(0) 推荐(0) 编辑
摘要: Mistral AI 是一家总部位于法国的 AI 公司,其使命是将公开可用的模型提升至最先进的性能水平。他们专注于构建快速而安全的大型语言模型(LLM),此类模型可用于从聊天机器人到代码生成等各种任务。 Mistral Large 是Mistral AI最新的文本生成模型。它达到了顶级的推理能力。它 阅读全文
posted @ 2024-03-08 16:19 徐同保 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 如果你发现一个npm包已经停止支持require导入方式,并且只允许使用ES6的import语法,你可以尝试以下几种方法来解决这个问题: 更新你的Node.js版本:确保你使用的Node.js版本是支持ES6模块导入的。Node.js 从 v13.2.0 开始默认支持ES6模块,但在这之前,你可能需 阅读全文
posted @ 2024-03-08 14:49 徐同保 阅读(14) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Docum 阅读全文
posted @ 2024-03-07 17:55 徐同保 阅读(0) 评论(0) 推荐(0) 编辑
摘要: netstat -aon|findstr 84 taskkill -PID 19960 -F 杀死所有node进程: taskkill /f /t /im node.exe 我开发的chatgpt网站: https://chat.xutongbao.top 阅读全文
posted @ 2024-03-07 14:58 徐同保 阅读(4) 评论(0) 推荐(0) 编辑
摘要: https://www.npmjs.com/package/body-parser limit Controls the maximum request body size. If this is a number, then the value specifies the number of by 阅读全文
posted @ 2024-03-07 09:15 徐同保 阅读(13) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 88 下一页