feat: 添加流式支持;教材知识库 Demo
This commit is contained in:
@ -5,7 +5,7 @@ export const useGState = defineStore("global_state", () => {
|
||||
const botName = computed(() => {
|
||||
switch (currentRole.value) {
|
||||
case "stu":
|
||||
return "AI 辅导员";
|
||||
return "物联网工程导论";
|
||||
case "tea":
|
||||
return "AI 教研专家";
|
||||
case "fans":
|
||||
|
Reference in New Issue
Block a user