摘要: 1.官方地址: https://www.deepseek.com/ 2.开放平台的api文档: https://api-docs.deepseek.com/zh-cn/ 需要自行找到对应的API 3.前端使用deepseek生成 (1)生成json格式的方法 export const fast_gp 阅读全文
posted @ 2024-12-09 10:00 行走的蒲公英 阅读(506) 评论(0) 推荐(0) 编辑
摘要: export async function convertToFileObjects(fileData) { // 用来存储所有 File 对象的数组 const fileArray: File[] = []; // 使用 Promise.all 来并行下载所有文件 await Promise.al 阅读全文
posted @ 2024-12-09 09:21 行走的蒲公英 阅读(33) 评论(0) 推荐(0) 编辑