# web端deepseek对话前端模板 **Repository Path**: d2Vp/deepseek-chat-template ## Basic Information - **Project Name**: web端deepseek对话前端模板 - **Description**: 基于 uniapp 开发的web端AI对话模板 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-04 - **Last Updated**: 2025-11-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: template ## README ### 使用方式-deepseek 如果你接入的是deepseek,在fetch里输入你的真实流式接口地址,即可使用 ``` let response = await fetch(`你的流式接口`) ``` [预览地址](https://ext.dcloud.net.cn/plugin?id=21817) ### 其他大模型 1.找到以下代码块,更改 `item.content` 和 `item.reasoning_content` ```
{{ item.content }}
{{ item.reasoning_content }}
``` ### 其他问题请在评论区留言