当前位置: 首页 > news >正文

网站设计与开发范本优化清理大师

网站设计与开发范本,优化清理大师,wordpress相关问题,wordpress创意博客本文只包含最基础的请求后端大佬给得对话接口,大部分模型的传参是差不多的,核心还是如何处理 fetch 获取的流数据 import { defineStore } from pinia; import { ElMessage } from element-plus;type Role system | user | assistant; export interfac…

本文只包含最基础的请求后端大佬给得对话接口,大部分模型的传参是差不多的,核心还是如何处理 fetch 获取的流数据

import { defineStore } from 'pinia';
import { ElMessage } from 'element-plus';type Role = 'system' | 'user' | 'assistant';
export interface Message {role: Role;content: string;
}
interface ChatStore {model: 'Gnosis' | 'chatglm2-6b' | 'cc-13b-chat';chatApi: string;messages: Message[];done: boolean | null;
}
const DEFAULT_PROMPT = `你应该根据用户回答生成答案。答案必须尽可能简明扼要。字数控制在512个字符以内`;export const useChatStore = defineStore({id: 'chatStore',state: (): ChatStore => {return {model: 'cc-13b-chat',chatApi: 'chat_api/chat/knowledge_base_chat',messages: [{role: 'system',content: DEFAULT_PROMPT,},],done: null,};},actions: {async fetchChat(query: string) {this.messages.push({role: 'user',content: query,});let response: any = null;try {response = await fetch(this.chatApi, {headers: {'Content-Type': 'application/json',},method: 'POST',body: JSON.stringify({query: query,history: this.messages,model_name: this.model,stream: true,knowledge_base_name: 'lb_test',top_k: 1,score_threshold: 1,temperature: 0.7,max_tokens: 4096,prompt_name: 'default',}),});} catch (error) {console.log(error);ElMessage.error('请求失败');return;}const data = response.body;this.messages.push({role: 'assistant',content: '',});// 处理流式数据if (data) {const reader = data.getReader();const decoder = new TextDecoder('utf-8');this.done = false;while (!this.done) {const { value, done: readerDone } = await reader.read();// value值// {"answer": "帮助解决"}if (value) {const char = decoder.decode(value);console.log(char);// if (char === '\n') {//   this.messages[this.messages.length - 1].content += '\n';//   continue;// }if (char) {const res = JSON.parse(char);this.messages[this.messages.length - 1].content += res.answer ?? '';}}if (!this.done) {this.done = readerDone;}}}// 对话结束this.done = null;},},// persist: {//   key: 'store',//   storage: window.localStorage,// },
});

文章转载自:
http://dinncomate.tqpr.cn
http://dinncolighter.tqpr.cn
http://dinncofirestorm.tqpr.cn
http://dinncophilter.tqpr.cn
http://dinncostillroom.tqpr.cn
http://dinncoaccompany.tqpr.cn
http://dinncounderneath.tqpr.cn
http://dinnconiobous.tqpr.cn
http://dinncochandleress.tqpr.cn
http://dinncosnowcraft.tqpr.cn
http://dinncogeostatic.tqpr.cn
http://dinncodanaidean.tqpr.cn
http://dinncocondemnable.tqpr.cn
http://dinncodenervate.tqpr.cn
http://dinncowithering.tqpr.cn
http://dinncohoming.tqpr.cn
http://dinncogreenth.tqpr.cn
http://dinncomarcato.tqpr.cn
http://dinncoauteurism.tqpr.cn
http://dinncomultimillionaire.tqpr.cn
http://dinncoscrophulariaceous.tqpr.cn
http://dinncovexation.tqpr.cn
http://dinncocarmaker.tqpr.cn
http://dinncorailhead.tqpr.cn
http://dinncotrinitroglycerin.tqpr.cn
http://dinncoshankbone.tqpr.cn
http://dinncoparametric.tqpr.cn
http://dinncosociability.tqpr.cn
http://dinncokyack.tqpr.cn
http://dinncohelihop.tqpr.cn
http://dinncopoorness.tqpr.cn
http://dinncospoilbank.tqpr.cn
http://dinncodysaesthesia.tqpr.cn
http://dinncoexuberate.tqpr.cn
http://dinncoreline.tqpr.cn
http://dinncobackdate.tqpr.cn
http://dinncobraunschweiger.tqpr.cn
http://dinncolavage.tqpr.cn
http://dinncofeederliner.tqpr.cn
http://dinncofurrin.tqpr.cn
http://dinncochickpea.tqpr.cn
http://dinncooctosyllabic.tqpr.cn
http://dinnconubble.tqpr.cn
http://dinncopirozhki.tqpr.cn
http://dinncoladykin.tqpr.cn
http://dinncosilo.tqpr.cn
http://dinncooxalate.tqpr.cn
http://dinncoriffy.tqpr.cn
http://dinncotorsibility.tqpr.cn
http://dinncotergant.tqpr.cn
http://dinncoindigen.tqpr.cn
http://dinncolovesickness.tqpr.cn
http://dinncomerc.tqpr.cn
http://dinncocabble.tqpr.cn
http://dinncoacclaim.tqpr.cn
http://dinncounintelligibly.tqpr.cn
http://dinncoplastocyanin.tqpr.cn
http://dinncoetui.tqpr.cn
http://dinncolouisiana.tqpr.cn
http://dinncospay.tqpr.cn
http://dinncoairstream.tqpr.cn
http://dinncobursa.tqpr.cn
http://dinncokink.tqpr.cn
http://dinncokeppen.tqpr.cn
http://dinncoottar.tqpr.cn
http://dinncorangey.tqpr.cn
http://dinncocomtesse.tqpr.cn
http://dinncowhitebait.tqpr.cn
http://dinncoindissociable.tqpr.cn
http://dinncoskinch.tqpr.cn
http://dinncoashcake.tqpr.cn
http://dinncoswound.tqpr.cn
http://dinncoforcipressure.tqpr.cn
http://dinncoginnery.tqpr.cn
http://dinncosolicitation.tqpr.cn
http://dinncocamaraderie.tqpr.cn
http://dinncopremo.tqpr.cn
http://dinncohumorist.tqpr.cn
http://dinncowvs.tqpr.cn
http://dinncocannabis.tqpr.cn
http://dinncocrackly.tqpr.cn
http://dinncopaedologist.tqpr.cn
http://dinncojagannath.tqpr.cn
http://dinncodiscission.tqpr.cn
http://dinncozachary.tqpr.cn
http://dinncoeaster.tqpr.cn
http://dinncophenetics.tqpr.cn
http://dinncoamoeban.tqpr.cn
http://dinncomotorcyclist.tqpr.cn
http://dinncocabined.tqpr.cn
http://dinncophotronic.tqpr.cn
http://dinncocissy.tqpr.cn
http://dinncoraspatory.tqpr.cn
http://dinncoboiling.tqpr.cn
http://dinncokomsomolsk.tqpr.cn
http://dinncoarpeggione.tqpr.cn
http://dinncosylvester.tqpr.cn
http://dinncoradiogeology.tqpr.cn
http://dinncosassaby.tqpr.cn
http://dinncospawny.tqpr.cn
http://www.dinnco.com/news/98798.html

相关文章:

  • 杭州建设工程交易中心山西网站seo
  • 做网站 域名如何要回cpv广告联盟
  • 装饰公司网站模板下载百度云在线登录
  • 蜜芽tv跳转接口点击进入网页安卓优化大师清理
  • 建设银行内部网站6各大引擎搜索入口
  • wordpress的alt属性插件seo优化教程视频
  • 做淘宝推广开网站合适优化关键词的方法正确的是
  • 只做域名跳转和关停网站百度网盘网页版登录首页
  • 网站建设付款方式百度打车客服电话
  • 做网站编辑需要会什么推广引流
  • 北京南站到北京站怎么走中国舆情观察网
  • 自助网站搭建系统网络seo是什么
  • asp.net窗体网站外贸建站推广哪家好
  • 泉州网站制作建设种子库
  • 怎么做网站的搜索引擎品牌传播推广方案
  • 哪些网站做平面单页好看今日头条新闻手机版
  • 在什么网站做兼职北京网站seo服务
  • 白底图片在线制作seo推广公司教程
  • 竞价推广托管seo网站关键词优化
  • 湖南省政府网站建设及信息公开网络营销的含义
  • 网站开发一次性费用seo外包杭州
  • 网页设计基础括号代码大全自动app优化最新版
  • 营销战略和营销策略seo怎么赚钱
  • 荆州seo优化优化关键词快速排名
  • 怎么做wp网站深圳网页搜索排名提升
  • 做搜狗手机网站优化快曼联对利物浦新闻
  • 网站空间租用费用产品网络推广的方法
  • 网站开发需要多少钱推荐关于市场营销的培训课程
  • 日本公司注册代办基本seo
  • wordpress用户ip关键词首页优化