Cleanups
This commit is contained in:
parent
8a1006a6ac
commit
989ae7a0f5
2 changed files with 9 additions and 0 deletions
|
@ -4,3 +4,5 @@
|
|||
|
||||
Simple static website to share chats with LLMs
|
||||
|
||||
Stylesheet by [simple.css](https://github.com/kevquirk/simple.css/blob/f92631bbf187539a4181bd44da55df3f62ba12fc/simple.css)
|
||||
|
||||
|
|
|
@ -16,5 +16,12 @@
|
|||
<p>Interested in learning more about how I use LLMs to generate code? Check out the archives of chats on this site, where you can explore examples of our conversations and see how LLMs can help streamline development processes. <a href="./personal/ai-transparency/acc815c5-452a-46a7-83ef-002e76a8a078.html" alt="Link to the chat to generate this text">And, as a fun bonus, you'll notice that even this message you're reading right now was written using AI – isn't that cool? 🤖</a></p>
|
||||
<p>Thanks for stopping by, and I hope you enjoy exploring the site!</p>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<p>
|
||||
Made with <span class="heart">♥</span>.
|
||||
<a href="https://git.depeuter.dev/tdpeuter/ai-transparency" about="source code of this webpage" class="hidden">Source code</a>
|
||||
</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue