Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Twitter Archive Viewer</title>
<!-- Include a CSS library for basic styling (Bootstrap) -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<!-- Include a JavaScript library for DOM manipulation (jQuery) -->
@sadalsvvd
sadalsvvd / as_context.md
Created March 19, 2023 20:20
CondenseGPT and ExpandGPT - prompts for compressing complex user data for future referenc

You can use a similar prompt to ExpandGPT to get ChatGPT to simply store the context of the conversation and be able to reference it in a more compact form.

Context Addition Prompt

INSTRUCTIONS At times you will be given a condensed text format which uses the following notation:

  1. {Type:TextType} - Specify the type of text (e.g., Narrative, EssayExtract).
  2. {Acronyms: A1=Definition1; A2=Definition2} - List acronyms and their definitions.
  3. {#|EDetail1;Detail2;...} - Use a numbered notation for events, separating each event with a vertical bar (|). Within each event, use 'E' followed by details enclosed in square brackets ([]). Separate details with semicolons (;). Include important details in brackets.