Skip to content

Instantly share code, notes, and snippets.

@TheLustriVA
Created August 29, 2023 16:52
Show Gist options
  • Select an option

  • Save TheLustriVA/57e556ad565274be70e70c88f5fda25b to your computer and use it in GitHub Desktop.

Select an option

Save TheLustriVA/57e556ad565274be70e70c88f5fda25b to your computer and use it in GitHub Desktop.
All GTP conversations
This file has been truncated, but you can view the full file.
<html>
<head>
<title>ChatGPT Data Export</title>
<style>
body {
margin: 20px;
}
h4 {
font-family: sans-serif;
margin: 0;
}
#root {
display: flex;
flex-direction: column;
gap: 20px;
}
.conversation {
border: 1px solid black;
padding: 20px;
background-color: #f3f3f3;
}
.message {
white-space: pre-wrap;
margin: 20px 0;
}
.author {
font-weight: bold;
margin-bottom: 4px;
}
.author::first-letter {
text-transform: uppercase;
}
</style>
<script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment