This repository was archived by the owner on Aug 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ import data1lmc6dp from './dump/1lmc6dp/index.json';
4040import data1lmdkbg from './dump/1lmdkbg/index.json' ;
4141import data1lmfiu9 from './dump/1lmfiu9/index.json' ;
4242import data1lmgdw1 from './dump/1lmgdw1/index.json' ;
43+ import data1lmictu from './dump/1lmictu/index.json' ;
44+ import data1lmix4b from './dump/1lmix4b/index.json' ;
4345
4446
4547const 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 >
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments