We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bde2f0b commit 5cb6302Copy full SHA for 5cb6302
3 files changed
src/app/bots/index.ts
@@ -4,7 +4,7 @@ import { ChatGPTBot } from './chatgpt'
4
import { ClaudeBot } from './claude'
5
import { LMSYSBot } from './lmsys'
6
import { PiBot } from './pi'
7
-import { QianwenWebBot } from './tongyi'
+import { QianwenWebBot } from './qianwen'
8
import { XunfeiBot } from './xunfei'
9
10
export type BotId =
src/app/bots/tongyi/api.ts src/app/bots/qianwen/api.tssrc/app/bots/tongyi/api.ts renamed to src/app/bots/qianwen/api.ts
src/app/bots/tongyi/index.ts src/app/bots/qianwen/index.tssrc/app/bots/tongyi/index.ts renamed to src/app/bots/qianwen/index.ts
@@ -66,6 +66,6 @@ export class QianwenWebBot extends AbstractBot {
66
}
67
68
get name() {
69
- return 'Tongyi Qianwen'
+ return '通义千问'
70
71
0 commit comments