Skip to content

Commit 5cb6302

Browse files
committed
Rename qianwen folder
1 parent bde2f0b commit 5cb6302

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/bots/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { ChatGPTBot } from './chatgpt'
44
import { ClaudeBot } from './claude'
55
import { LMSYSBot } from './lmsys'
66
import { PiBot } from './pi'
7-
import { QianwenWebBot } from './tongyi'
7+
import { QianwenWebBot } from './qianwen'
88
import { XunfeiBot } from './xunfei'
99

1010
export type BotId =
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ export class QianwenWebBot extends AbstractBot {
6666
}
6767

6868
get name() {
69-
return 'Tongyi Qianwen'
69+
return '通义千问'
7070
}
7171
}

0 commit comments

Comments
 (0)