Skip to content

Commit 2171284

Browse files
committed
docs: update links
1 parent b9a8767 commit 2171284

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.vitepress/theme/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ import type {EnhanceAppContext} from "vitepress";
1919
export default {
2020
extends: Theme,
2121
Layout: () => {
22-
const text = "DeepSeek R1 is here!";
23-
const link = "/blog/v3.6-deepseek-r1";
24-
const hideDate = new Date("2025-06-01T00:00:00Z");
22+
const text = "gpt-oss is here!";
23+
const link = "/blog/v3.12-gpt-oss";
24+
const hideDate = new Date("2025-11-01T00:00:00Z");
2525

2626
return h(LayoutContainer, null, h(Theme.Layout, null, {
2727
"home-hero-info-before": () => h(LatestVersionHomeBadge, {

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
</div>
1717

18-
[DeepSeek R1 is here!](https://node-llama-cpp.withcat.ai/blog/v3.6-deepseek-r1)
18+
[`gpt-oss` is here!](https://node-llama-cpp.withcat.ai/blog/v3.12-gpt-oss)
1919

2020
## Features
2121
* Run LLMs locally on your machine

0 commit comments

Comments
 (0)