0.0.14 • Published 4 months ago

@zxsz/ai-chat v0.0.14

Weekly downloads
-
License
-
Repository
-
Last release
4 months ago

ai-chat

本地开发

pnpm run dev

推送到私服

修改package.json中版本号

pnpm run build
npm publish

安装使用

  • 安装
pnpm add @zxsz/ai-chat
  • 使用
import '@zxsz/ai-chat/dist/index.css';
import { ChatIndex } from '@zxsz/ai-chat'
  • 属性
属性名类型默认备注
userIdstring''用户id
userNamestring''用户名称
userTokenstring''用户token
aiChatTitlestring''聊天标题
aiChatPrefixstring''聊天接口代理前缀
fileOptions.maxSizenumber100 1024 1024文件上传最大大小
fileOptions.maxCountnumber5文件上传最大数量
fileOptions.uploadFnfunction文件上传函数,参数为文件列表,返回promise,结果{url: ''}
  • slots
<!-- 聊天标题 -->
<template #chat-title></template>
<!-- 聊天快捷指令 -->
<template #chat-prompts></template>
  • 方法
// 手动发送消息
manualSend(message)    
0.0.14

4 months ago

0.0.11

4 months ago

0.0.13

4 months ago

0.0.10

5 months ago

0.0.3

5 months ago

0.0.8

5 months ago

0.0.5

5 months ago

0.0.7

5 months ago

0.0.6

5 months ago

0.0.2

5 months ago

0.0.1

5 months ago