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 71562ab0e5
commit 59ed8c9660
34 changed files with 1212 additions and 513 deletions

View File

@@ -6,8 +6,7 @@
<script setup>
import {ElConfigProvider} from 'element-plus';
import zhCn from 'element-plus/es/locale/lang/zh-cn';
</script>
import zhCn from 'element-plus/es/locale/lang/zh-cn';</script>
<style lang="stylus">
@@ -35,7 +34,7 @@ html, body {
margin 0;
.el-dialog__body {
//max-height 1440px
max-height 90vh
}
}
}