feat: 对接 Spark 大模型

This commit is contained in:
2024-04-01 17:03:03 +08:00
parent d20b518f5b
commit 3ded5f8e7a
12 changed files with 328 additions and 67 deletions

View File

@@ -1,6 +1,6 @@
<script setup lang="ts">
import type {ChatSession} from "~/components/aigc/chat/index";
import type {PropType} from "vue";
import type {ChatSession} from "~/typings/llm";
const props = defineProps({
active: {