refactor: refactor chat_handler, add support for Azure and ChatGLM

This commit is contained in:
RockYang
2023-09-04 06:43:15 +08:00
parent d06f94bddd
commit 0cc9cf8b45
34 changed files with 1212 additions and 513 deletions

View File

@@ -9,7 +9,7 @@
<div class="header">{{ title }}</div>
<div class="content">
<div class="block">
<el-input placeholder="手机号/用户名" size="large" v-model="username" autocomplete="off">
<el-input placeholder="手机号" size="large" v-model="username" autocomplete="off">
<template #prefix>
<el-icon>
<UserFilled/>