Compare commits

..

2 Commits

Author SHA1 Message Date
4af1ed18a3 update: config file
Some checks failed
Deploy Hugo site to Pages / build (push) Has been cancelled
Deploy Hugo site to Pages / deploy (push) Has been cancelled
2025-11-10 16:34:46 +08:00
6d72e37eee update: 088 2025-11-10 16:02:51 +08:00
3 changed files with 14 additions and 27 deletions

View File

@@ -1,25 +1,22 @@
baseurl: https://www.taurusxin.com baseurl: https://www.taurusxin.com
languageCode: zh-cn languageCode: zh-cn
theme: hugo-theme-stack theme: hugo-theme-stack
pagination:
pagerSize: 10
title: TaurusXin 的独立博客 title: TaurusXin 的独立博客
# Change it to your Disqus shortname before using
disqusShortname: taurusxin
# GA Tracking ID
googleAnalytics:
# Theme i18n support # Theme i18n support
# Available values: en, fr, id, ja, ko, pt-br, zh-cn, zh-tw, es, de, nl, it, th, el, uk # Available values: en, fr, id, ja, ko, pt-br, zh-cn, zh-tw, es, de, nl, it, th, el, uk
DefaultContentLanguage: zh-cn DefaultContentLanguage: zh-cn
# Set hasCJKLanguage to true if DefaultContentLanguage is in [zh-cn ja ko] services:
# This will make .Summary and .WordCount behave correctly for CJK languages. # Change it to your Disqus shortname before using
hasCJKLanguage: false disqus:
shortname: "taurusxin"
# GA Tracking ID
googleAnalytics:
id: "G-KN4M42XST7"
enableRobotsTXT: true pagination:
pagerSize: 10
permalinks: permalinks:
post: /:slug/ post: /:slug/

View File

@@ -33,8 +33,6 @@ date: "2025-11-10T13:51:00+0800"
使用的 prompt 如下,所有模型配置均为默认,没有系统提示词 使用的 prompt 如下,所有模型配置均为默认,没有系统提示词
> 请注意:该测试仅评估模型输出速率,不评估模型输出内容质量
```text ```text
请你帮我编写一个 React 应用程序,使用 TypeScript 语言,且不使用任何其它库,程序的内容如下 请你帮我编写一个 React 应用程序,使用 TypeScript 语言,且不使用任何其它库,程序的内容如下
@@ -51,6 +49,8 @@ date: "2025-11-10T13:51:00+0800"
| 火山引擎方舟 | DeepSeek V3.1 Termius | 712 | 81 | 3331 | 95.1 | 35.03 | | 火山引擎方舟 | DeepSeek V3.1 Termius | 712 | 81 | 3331 | 95.1 | 35.03 |
| 阿里云百炼国际版 | Qwen3 Max | 1487 | 88 | 2877 | 82.2 | 35 | | 阿里云百炼国际版 | Qwen3 Max | 1487 | 88 | 2877 | 82.2 | 35 |
> 请注意:该测试仅评估模型输出速率,不评估模型输出内容质量
基本都是在 50 T/s 以下,当然这仅仅是一个对我我常用的模型接口的随机测试,不能代表所有模型设施的性能。 基本都是在 50 T/s 以下,当然这仅仅是一个对我我常用的模型接口的随机测试,不能代表所有模型设施的性能。
## Cerebras ## Cerebras
@@ -75,11 +75,11 @@ date: "2025-11-10T13:51:00+0800"
{{< video "https://cdn.taurusxin.com/hugo/2025/11/10/cerebras-gptoss.mov" >}} {{< video "https://cdn.taurusxin.com/hugo/2025/11/10/cerebras-gptoss.mov" >}}
按下发送按钮后的一瞬间,整个代码都生成完了,一气呵成,。如果把它用在代码编辑器辅助编程,不敢想有多爽。 按下发送按钮后的不到 2 秒,整个组件的完整代码都生成完了,一气呵成。我测试过,把它用在代码编辑器辅助编程,具体方案是VSCode + Cline 插件)
## 总结 ## 总结
这个平台目前知道的人并不多,价格表在 <https://www.cerebras.ai/pricing> Cerebras 目前知道的人并不多,价格表在 <https://www.cerebras.ai/pricing>
![Cerebras 价格表](https://cdn.taurusxin.com/hugo/2025/11/10/cerebras-pricing.png) ![Cerebras 价格表](https://cdn.taurusxin.com/hugo/2025/11/10/cerebras-pricing.png)

View File

@@ -25,16 +25,6 @@
} }
</style> </style>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KN4M42XST7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-KN4M42XST7');
</script>
<!-- Baidu Analytics --> <!-- Baidu Analytics -->
<script> <script>
var _hmt = _hmt || []; var _hmt = _hmt || [];