Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit 645cfe0

Browse files
committed
[builder]: ran builder;
1 parent d989098 commit 645cfe0

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/App.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ import data1lmc6dp from './dump/1lmc6dp/index.json';
4040
import data1lmdkbg from './dump/1lmdkbg/index.json';
4141
import data1lmfiu9 from './dump/1lmfiu9/index.json';
4242
import data1lmgdw1 from './dump/1lmgdw1/index.json';
43+
import data1lmictu from './dump/1lmictu/index.json';
44+
import data1lmix4b from './dump/1lmix4b/index.json';
4345

4446

4547
const App = () => (
@@ -73,6 +75,8 @@ const App = () => (
7375
<Route path="/1lmdkbg" element={<RedditPostRenderer data={data1lmdkbg} />} />
7476
<Route path="/1lmfiu9" element={<RedditPostRenderer data={data1lmfiu9} />} />
7577
<Route path="/1lmgdw1" element={<RedditPostRenderer data={data1lmgdw1} />} />
78+
<Route path="/1lmictu" element={<RedditPostRenderer data={data1lmictu} />} />
79+
<Route path="/1lmix4b" element={<RedditPostRenderer data={data1lmix4b} />} />
7680
<Route path="*" element={<Navigate to="/landing" replace />} />
7781
</Routes>
7882
</CustomLayout>

src/layout/CustomLayout.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,14 @@ const defaultMenus: MenuDataItem[] = [
116116
path: '/1lmgdw1',
117117
name: 'How do I stop gemnini 2.5 pro from being overly sycophantic? It has gotten very excessive and feels like it degrades the answers it gives.',
118118
},
119+
{
120+
path: '/1lmictu',
121+
name: 'We created world\'s first AI model that does Intermediate reasoning || Defeated models like deepseek and o1 in maths bench mark',
122+
},
123+
{
124+
path: '/1lmix4b',
125+
name: 'What is the process of knowledge distillation and fine tuning?',
126+
},
119127
],
120128
},
121129
{

0 commit comments

Comments
 (0)