Skip to content

Commit

Permalink
Fix blog link issues and blog 8 formatting issues (#219)
Browse files Browse the repository at this point in the history
Minor fixes for blog landing page
  • Loading branch information
CharlieJCJ authored Feb 29, 2024
1 parent 86b540d commit 63b88ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 4 additions & 3 deletions blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<!-- Navigation Bar -->
<div class="navbar" style="position: absolute; top: 0; right: 20px; padding: 10px; z-index: 100; font-size: 18px;">
<a href="index.html">Home</a>
<a href="leaderboard.html">Leaderboard</a>
<a href="">Blog</a>
<a href="apizoo/">API Zoo Index</a>
</div>
Expand Down Expand Up @@ -237,7 +238,7 @@ <h1 class="text-center">🦍 Gorilla: Large Language Model Connected with Massiv
<div class="blog-content">
<h2 class="blog-title">Berkeley Function-Calling Leaderboard</h2>
<div class="author-date">
<p class="author">Fanjia Yan</p>
<p class="author">Fanjia Yan et al.</p>
<p class="date">Feb 26, 2024</p>
</div>
<a href="blogs/8_berkeley_function_calling_leaderboard.html">
Expand All @@ -256,8 +257,8 @@ <h2 class="blog-title">Gorilla OpenFunctions v2</h2>
<p class="author"> Charlie Cheng-Jie Ji, et al.</p>
<p class="date">Feb 26, 2024</p>
</div>
<a href="blogs/7_open_functions_v2.html">
<img src="../assets/img/blog_post_7_open_function_v2_summary.png" alt="Openfunctions-v2-summary" style="width: 100%; display: block; margin-left: auto; margin-right: auto;">
<a href="blogs/7_open_functions_v2.html">
<img src="assets/img/blog_post_7_open_function_v2_summary.png" alt="Openfunctions-v2-summary" style="width: 100%; display: block; margin-left: auto; margin-right: auto;">
</a>
</div>
</a>
Expand Down
1 change: 0 additions & 1 deletion blogs/8_berkeley_function_calling_leaderboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,6 @@ <h4 id="benchmarking">Common Mistakes</h4>
},
}
}

</pre>

</li>
Expand Down

0 comments on commit 63b88ca

Please sign in to comment.