Add canonical link

This commit is contained in:
Paul Gauthier 2024-02-22 14:29:40 -08:00
parent 823399359a
commit 644077bdcb
2 changed files with 4 additions and 1 deletions

View file

@ -12,6 +12,9 @@
<meta name="theme-color" content="#157878"> <meta name="theme-color" content="#157878">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}"> <link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
{% if post.canonical %}
<link rel="canonical" href="{{ post.canonical }}" />
{% endif %}
{% include head-custom.html %} {% include head-custom.html %}
</head> </head>
<body> <body>

View file

@ -1,7 +1,7 @@
--- ---
title: Speed benchmarks of GPT-4 Turbo and gpt-3.5-turbo-1106 title: Speed benchmarks of GPT-4 Turbo and gpt-3.5-turbo-1106
excerpt: This report provides a detailed comparison of the speed of GPT-4 Turbo and gpt-3.5-turbo-1106 models based on the aider benchmarking suite. excerpt: This report provides a detailed comparison of the speed of GPT-4 Turbo and gpt-3.5-turbo-1106 models based on the aider benchmarking suite.
<link rel="canonical" href="https://aider.chat/2023/11/06/benchmarks-speed-1106.html" /> canonical: https://aider.chat/2023/11/06/benchmarks-speed-1106.html
highlight_image: /assets/benchmarks-speed-1106.svg highlight_image: /assets/benchmarks-speed-1106.svg
--- ---
# Speed benchmarks of GPT-4 Turbo and gpt-3.5-turbo-1106 # Speed benchmarks of GPT-4 Turbo and gpt-3.5-turbo-1106