We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b63c0e commit 399b3fdCopy full SHA for 399b3fd
1 file changed
src/app/bots/xunfei/index.ts
@@ -73,4 +73,8 @@ export class XunfeiBot extends AbstractBot {
73
resetConversation() {
74
this.conversationContext = undefined
75
}
76
+
77
+ get name() {
78
+ return '讯飞星火'
79
+ }
80
0 commit comments