Skip to content

Commit

Permalink
changed gif to video
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Hao committed Apr 12, 2024
1 parent a090d4d commit afa831a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion blogs/10_gorilla_exec_engine.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,15 @@ <h4>

Let's first take a look at a demo of GoEx in action. In this example, Vivian uses GoEx to send a message, "Hello Tianjun, it's nice to meet you! Let's get you set up..." to Tianjun in Slack. The user can choose to either commit or undo the action if the generated and executed code is incorrect.

<img src="../assets/img/blog_post_10_demo.gif" alt="GoEx Slack Demo" style="width: 100%;">
<!-- <img src="../assets/img/blog_post_10_demo.gif" alt="GoEx Slack Demo" style="width: 100%;"> -->

<div class="responsive-iframe-container" style="text-align: center;">
<iframe src="https://www.youtube.com/embed/WPSRsqXdbk4?si=2btfdSptBM1QHRrX" frameborder="0"
style="width: 70%; height: 400px;"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen>
</iframe>
</div>
<p width="80%" style="text-align:center; margin-left:10%; margin-right:10%; padding-bottom: -10px">
<i style="font-size: 0.9em;">
GoEx provides a simple and intuitive interface for executing LLM generated code, with the option to commit or undo the action.
Expand Down

0 comments on commit afa831a

Please sign in to comment.