v2.0.3 updates #332
Annotations
1 error, 1 warning, and 1 notice
tests/integrations/summarizer.spec.ts#L52
1) [integrations] › integrations/summarizer.spec.ts:69:5 › 测试 @cf/qwen/qwen1.5-1.8b-chat 模型的AI总结结果
Error: expect(received).toMatch(expected)
Expected pattern: /主播|日本VTuber|日本vtuber|vtuber/
Received string: "与观众的互动内容包括:
1. 对观众的问候和早上好,表示欢迎并询问观众今天吃了什么。
2. 回答观众关于麦当劳新品的话题,指出是最近很热门的新品,并询问观众是否记得。
3. 讨论了久违的出门情况,表示平时都是宅在家里的,但今天去了漫展,看到很多人,观众对此表示社恐。
4. 回答观众关于长大和外出的话题,表示自己长大了,但意外地没有社恐,反而感到意外。
5. 讨论了买了很多东西,包括插画、手办和周边等,表示花费了大量金钱,但觉得值得。
6. 回答观众关于蟑螂的话题,表示看到蟑螂的尸体后心情不好,但与观众谈完后心情有所好转。
7. 表达感谢观众的陪伴,并期待下次再见。
8. 表达再见,最后以“下次再见啦”结束对话。"
50 |
51 | const maybe = expect.configure({ soft: true })
> 52 | maybe(res).toMatch(/主播|日本VTuber|日本vtuber|vtuber/)
| ^
53 | maybe(res).toMatch(/直播|观众/)
54 |
55 | if (!trash) {
at /home/runner/work/bilibili-vup-stream-enhancer/bilibili-vup-stream-enhancer/tests/integrations/summarizer.spec.ts:52:20
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
The logs for this run have expired and are no longer available.
Loading