Commit c8d259d7 authored by fisherdaddy's avatar fisherdaddy

chore: update related links in blog

parent dea7e381
...@@ -85,13 +85,13 @@ const Footer = () => { ...@@ -85,13 +85,13 @@ const Footer = () => {
{ name: t('tools.openAITimeline.title'), path: '/openai-timeline', description: t('openAITimeline.description') }, { name: t('tools.openAITimeline.title'), path: '/openai-timeline', description: t('openAITimeline.description') },
{ name: t('tools.anthropicTimeline.title'), path: '/anthropic-timeline', description: t('anthropicTimeline.description') }, { name: t('tools.anthropicTimeline.title'), path: '/anthropic-timeline', description: t('anthropicTimeline.description') },
{ name: t('tools.modelPrice.title'), path: '/llm-model-price', description: t('modelPrice.description') }, { name: t('tools.modelPrice.title'), path: '/llm-model-price', description: t('modelPrice.description') },
{ name: 'Artifical Analysis', url: 'https://artificialanalysis.ai/', description: 'Artifical Analysis' }, { name: t('tools.deepSeekTimeline.title'), path: '/deepseek-timeline', description: t('deepseekTimeline.description') },
], ],
relatedLinks: [ relatedLinks: [
{ name: 'OpenAI Research', url: 'https://openai.com/research/', description: 'Leading AI research company' }, { name: 'OpenAI Research', url: 'https://openai.com/research/', description: 'Leading AI research company' },
{ name: 'Anthropic news', url: 'https://www.anthropic.com/news', description: 'AI safety research organization' }, { name: 'Anthropic news', url: 'https://www.anthropic.com/news', description: 'AI safety research organization' },
{ name: 'DeepMind Research', url: 'https://deepmind.google/research/', description: 'DeepMind AI Research' }, { name: 'DeepMind Research', url: 'https://deepmind.google/research/', description: 'DeepMind AI Research' },
{ name: 'FisherDaddy', url: 'https://www.fisherdaddy.com/', description: 'Fisherdaddy blog' }, { name: 'Artifical Analysis', url: 'https://artificialanalysis.ai/', description: 'Artifical Analysis' },
] ]
} }
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment