mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-05 04:05:04 +00:00
Add canonical link
This commit is contained in:
parent
823399359a
commit
644077bdcb
2 changed files with 4 additions and 1 deletions
|
@ -12,6 +12,9 @@
|
|||
<meta name="theme-color" content="#157878">
|
||||
<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 }}">
|
||||
{% if post.canonical %}
|
||||
<link rel="canonical" href="{{ post.canonical }}" />
|
||||
{% endif %}
|
||||
{% include head-custom.html %}
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
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.
|
||||
<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
|
||||
---
|
||||
# Speed benchmarks of GPT-4 Turbo and gpt-3.5-turbo-1106
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue