Skip to content

Commit

Permalink
Add gpt-4o to sample prompt (#23)
Browse files Browse the repository at this point in the history
* Add benchmarks for multimodal prompts

* format

* add gpt-4o to sample query
  • Loading branch information
juberti authored May 14, 2024
1 parent 5d2fbf7 commit 0e3bc14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import Section from "./Section.astro";
>,
<a
class="underline hover:text-orange-600"
href="?mf=gpt-4-turbo|claude-3-opus|gemini">GPT-4 vs Claude 3 vs Gemini</a
href="?mf=gpt-4-turbo|gpt-4o|claude-3-opus|gemini">GPT-4 vs Claude 3 vs Gemini</a
>.
</p>
<p class="mt-4">
Expand Down

0 comments on commit 0e3bc14

Please sign in to comment.