-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (56 loc) · 2.05 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html>
<head>
<title>GPT Standard</title>
<link href="assets/css/styles.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<header>
<h1>GPT Session Save File (GSSF) Standard</h1>
</header>
<nav>
<ul>
<li><a href="#introduction">Introduction</a></li>
<li><a href="#definitions">Definitions</a></li>
<li><a href="#metadata-structure">Metadata Structure</a></li>
<li><a href="#json-schema">JSON Schema</a></li>
<li><a href="#gpt-schema">GPT Schema</a></li>
<li><a href="#VCGuard">VCGuard</a></li>
<li><a href="#conclusion">Conclusion</a></li>
</ul>
</nav>
<div class="main-content">
<section id="introduction">
<h2>Introduction</h2>
<p>In a world where Artificial Intelligence is not just a tool but a collaborative partner, the need for a dynamic and empathetic standard has never been greater. The GPT Session Save File (GSSF) standard aims to bridge this gap, serving as a mutual memory bank for both machine and human interactions. Designed as a hybrid file format that incorporates both JSON and Markdown, GSSF is a reflection of the harmonious relationship between machine understandability and human context.</p>
</section>
<section id="definitions">
<h2>Definitions</h2>
<p>Hybrid GPT File (.gpt): A unique file format that combines JSON and Markdown to serve both machine and human needs.</p>
</section>
<section id="metadata-structure">
<h2>Metadata Structure</h2>
<p>Details about the metadata fields like file_type, json_section, and markdown_section.</p>
</section>
<section id="json-schema">
<h2>JSON Schema</h2>
<p>Technical details about the JSON Schema.</p>
</section>
<section id="gpt-schema">
<h2>GPT Schema</h2>
<p>Guidelines for the GPT Schema that reflects the hybrid nature of the file.</p>
</section>
<section id="VCGuard">
<h2>VCGuard</h2>
<p>Details about the VCGuard system for version control and integrity.</p>
</section>
<section id="conclusion">
<h2>Conclusion</h2>
<p>Wrapping up the key points and the importance of the GPT Standard.</p>
</section>
</main>
<footer>
<p>For more information, contact us at [your email].</p>
</footer>
</body>
</html>