mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-01-14 08:37:56 +00:00
Fix: Add blue styling to recommendation link
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
<section>
|
||||
<h2 class="text-xl font-bold text-gray-900 mb-3">The "Reliable Cluster"</h2>
|
||||
<p class="text-gray-600 leading-relaxed mb-6">
|
||||
While Google <a href="https://ai.google.dev/gemini-api/docs/gemini-3?thinking=high#temperature">recommends</a> <code>1.0</code>, our benchmarks for complex JavaScript implementation show a distinct cluster of perfection between <strong>0.0 and 0.5</strong>.
|
||||
While Google <a href="https://ai.google.dev/gemini-api/docs/gemini-3?thinking=high#temperature" class="text-blue-600 hover:underline">recommends</a> <code>1.0</code>, our benchmarks for complex JavaScript implementation show a distinct cluster of perfection between <strong>0.0 and 0.5</strong>.
|
||||
</p>
|
||||
<div class="bg-gray-50 rounded-xl p-6 border border-gray-200">
|
||||
<div class="flex items-end gap-2 h-32 mb-2">
|
||||
@@ -105,4 +105,3 @@
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user