ai-transparency/index.html

31 lines
1.9 KiB
HTML
Raw Normal View History

2024-02-20 13:47:26 +01:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="light dark">
<title>AI Transparency</title>
<meta name="description" content="Ways to share chats with LLMs to provide AI transparency">
<link rel="stylesheet" type="text/css" href="style.css">
2024-05-30 11:21:07 +02:00
<link rel="icon" href="img/transparency.png">
2024-02-20 13:47:26 +01:00
</head>
<body>
2024-05-30 11:21:07 +02:00
<img src="img/transparency.png" alt="transparency icon" title="I like transparency" class="svg-icon"/>
2024-02-20 13:47:26 +01:00
<main>
<p>Welcome to my public website showcasing my experiments and explorations in using Large Language Models (LLMs) for generating code and providing insights! As a single developer, I've found that LLMs can be incredibly useful tools in my work, and I'm excited to share my experiences and findings with you.</p>
2024-05-30 11:21:07 +02:00
<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="./c/acc815c5-452a-46a7-83ef-002e76a8a078.html" title="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>
2024-02-20 13:47:26 +01:00
<p>Thanks for stopping by, and I hope you enjoy exploring the site!</p>
</main>
2024-02-20 14:18:39 +01:00
<footer>
<p>
Made with <span class="heart">&hearts;</span>.
<a href="https://git.depeuter.dev/tdpeuter/ai-transparency" about="source code of this webpage" class="hidden">Source code</a>
</p>
2024-05-30 11:21:07 +02:00
<a href="https://www.flaticon.com/free-icons/transparency" title="transparency icons">Transparency icons created by Freepik - Flaticon</a>
2024-02-20 14:18:39 +01:00
</footer>
2024-02-20 13:47:26 +01:00
</body>
</html>