Initial commit
This commit is contained in:
commit
bf89ef6458
44 changed files with 99750 additions and 0 deletions
20
index.html
Normal file
20
index.html
Normal file
|
@ -0,0 +1,20 @@
|
|||
<!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">
|
||||
</head>
|
||||
<body>
|
||||
<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>
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue