Skip to content

Commit

Permalink
fix: added toast to chat.openai.com, added missing background image
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Sep 1, 2023
1 parent 5722471 commit 37c1e7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ <h1 class="r-fit-text">Prompt my Docs</h1>
</section>

<section data-background-image="assets/chatgpt_1.jpg" aria-label="ChatGPT">
<!-- <h3 class="mark2">ChatGPT</h3> -->
<div class="toast"><a href="https://chat.openai.com">chat.openai.com</a></div>
<aside class="notes">
<ul>
<li>Who has used ChatGPT at least once, please raise your hand!</li>
Expand Down Expand Up @@ -696,7 +696,7 @@ <h3 class="mark2">ANN <br />= Approximate Nearest Neighbor</h3>
</section>


<section data-background-image="assets/">
<section data-background-image="assets/chalkboard_4.jpg">
<div class="code">
<pre><code class="language-javascript" data-trim data-noescape data-line-numbers="1-2|3-6|8-9|11-16|13|14|18-19|21-29">
import { HNSWLib } from "langchain/vectorstores/hnswlib";
Expand Down

0 comments on commit 37c1e7e

Please sign in to comment.