├── .gitignore ├── LICENSE ├── README.md ├── chat.py ├── dream_sequence.py ├── gpt3_logs ├── 1674383045.4571965_gpt3.txt ├── 1674383046.9327745_gpt3.txt ├── 1674383293.0298963_gpt3.txt ├── 1674383293.5488958_gpt3.txt ├── 1674383554.5841436_gpt3.txt ├── 1674383555.2141714_gpt3.txt ├── 1674383661.2632425_gpt3.txt ├── 1674383664.2502747_gpt3.txt ├── 1674383967.9877336_gpt3.txt ├── 1674383972.0417638_gpt3.txt ├── 1674384087.1271105_gpt3.txt ├── 1674384090.301108_gpt3.txt ├── 1674384277.8696802_gpt3.txt ├── 1674384281.4316545_gpt3.txt ├── 1674384325.5415978_gpt3.txt ├── 1674384328.9265974_gpt3.txt ├── 1674384422.2203104_gpt3.txt ├── 1674384426.6184685_gpt3.txt ├── 1674384638.8762405_gpt3.txt └── 1674384642.8873384_gpt3.txt ├── internal_notes ├── notes_1674383045.5926764.json ├── notes_1674383661.3682704.json ├── notes_1674383968.2987335.json ├── notes_1674384087.2471104.json ├── notes_1674384277.9966557.json ├── notes_1674384325.7215686.json ├── notes_1674384422.3963377.json └── notes_1674384638.9948554.json ├── nexus ├── log_1673864119.3581932_USER.json ├── log_1673864126.8186038_RAVEN.json ├── log_1673864147.3955255_USER.json ├── log_1673864156.07641_RAVEN.json ├── log_1673864204.3750472_USER.json ├── log_1673864211.3797097_RAVEN.json ├── log_1673864264.5974276_USER.json ├── log_1673864277.202937_RAVEN.json ├── log_1674383041.28684_USER.json ├── log_1674383047.0555408_RAVEN.json ├── log_1674383656.0205076_USER.json ├── log_1674383664.358252_RAVEN.json ├── log_1674383960.8828874_USER.json ├── log_1674383972.172736_RAVEN.json ├── log_1674384078.758139_USER.json ├── log_1674384090.3961084_RAVEN.json ├── log_1674384271.1646552_USER.json ├── log_1674384281.520654_RAVEN.json ├── log_1674384318.8840933_USER.json ├── log_1674384329.1956007_RAVEN.json ├── log_1674384415.0710573_USER.json ├── log_1674384426.867468_RAVEN.json ├── log_1674384632.989359_USER.json └── log_1674384642.9847791_RAVEN.json ├── prompt_dream_metaphor.txt ├── prompt_dream_raven.txt ├── prompt_dream_user.txt ├── prompt_notes.txt └── prompt_response.txt /.gitignore: -------------------------------------------------------------------------------- 1 | openaiapikey.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/README.md -------------------------------------------------------------------------------- /chat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/chat.py -------------------------------------------------------------------------------- /dream_sequence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/dream_sequence.py -------------------------------------------------------------------------------- /gpt3_logs/1674383045.4571965_gpt3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/gpt3_logs/1674383045.4571965_gpt3.txt -------------------------------------------------------------------------------- /gpt3_logs/1674383046.9327745_gpt3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/gpt3_logs/1674383046.9327745_gpt3.txt -------------------------------------------------------------------------------- /gpt3_logs/1674383293.0298963_gpt3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/gpt3_logs/1674383293.0298963_gpt3.txt -------------------------------------------------------------------------------- /gpt3_logs/1674383293.5488958_gpt3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/gpt3_logs/1674383293.5488958_gpt3.txt -------------------------------------------------------------------------------- /gpt3_logs/1674383554.5841436_gpt3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/gpt3_logs/1674383554.5841436_gpt3.txt -------------------------------------------------------------------------------- /gpt3_logs/1674383555.2141714_gpt3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/gpt3_logs/1674383555.2141714_gpt3.txt -------------------------------------------------------------------------------- /gpt3_logs/1674383661.2632425_gpt3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/gpt3_logs/1674383661.2632425_gpt3.txt -------------------------------------------------------------------------------- /gpt3_logs/1674383664.2502747_gpt3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/gpt3_logs/1674383664.2502747_gpt3.txt -------------------------------------------------------------------------------- /gpt3_logs/1674383967.9877336_gpt3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/gpt3_logs/1674383967.9877336_gpt3.txt -------------------------------------------------------------------------------- /gpt3_logs/1674383972.0417638_gpt3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/gpt3_logs/1674383972.0417638_gpt3.txt -------------------------------------------------------------------------------- /gpt3_logs/1674384087.1271105_gpt3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/gpt3_logs/1674384087.1271105_gpt3.txt -------------------------------------------------------------------------------- /gpt3_logs/1674384090.301108_gpt3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/gpt3_logs/1674384090.301108_gpt3.txt -------------------------------------------------------------------------------- /gpt3_logs/1674384277.8696802_gpt3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/gpt3_logs/1674384277.8696802_gpt3.txt -------------------------------------------------------------------------------- /gpt3_logs/1674384281.4316545_gpt3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/gpt3_logs/1674384281.4316545_gpt3.txt -------------------------------------------------------------------------------- /gpt3_logs/1674384325.5415978_gpt3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/gpt3_logs/1674384325.5415978_gpt3.txt -------------------------------------------------------------------------------- /gpt3_logs/1674384328.9265974_gpt3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/gpt3_logs/1674384328.9265974_gpt3.txt -------------------------------------------------------------------------------- /gpt3_logs/1674384422.2203104_gpt3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/gpt3_logs/1674384422.2203104_gpt3.txt -------------------------------------------------------------------------------- /gpt3_logs/1674384426.6184685_gpt3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/gpt3_logs/1674384426.6184685_gpt3.txt -------------------------------------------------------------------------------- /gpt3_logs/1674384638.8762405_gpt3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/gpt3_logs/1674384638.8762405_gpt3.txt -------------------------------------------------------------------------------- /gpt3_logs/1674384642.8873384_gpt3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/gpt3_logs/1674384642.8873384_gpt3.txt -------------------------------------------------------------------------------- /internal_notes/notes_1674383045.5926764.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/internal_notes/notes_1674383045.5926764.json -------------------------------------------------------------------------------- /internal_notes/notes_1674383661.3682704.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/internal_notes/notes_1674383661.3682704.json -------------------------------------------------------------------------------- /internal_notes/notes_1674383968.2987335.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/internal_notes/notes_1674383968.2987335.json -------------------------------------------------------------------------------- /internal_notes/notes_1674384087.2471104.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/internal_notes/notes_1674384087.2471104.json -------------------------------------------------------------------------------- /internal_notes/notes_1674384277.9966557.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/internal_notes/notes_1674384277.9966557.json -------------------------------------------------------------------------------- /internal_notes/notes_1674384325.7215686.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/internal_notes/notes_1674384325.7215686.json -------------------------------------------------------------------------------- /internal_notes/notes_1674384422.3963377.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/internal_notes/notes_1674384422.3963377.json -------------------------------------------------------------------------------- /internal_notes/notes_1674384638.9948554.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/internal_notes/notes_1674384638.9948554.json -------------------------------------------------------------------------------- /nexus/log_1673864119.3581932_USER.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/nexus/log_1673864119.3581932_USER.json -------------------------------------------------------------------------------- /nexus/log_1673864126.8186038_RAVEN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/nexus/log_1673864126.8186038_RAVEN.json -------------------------------------------------------------------------------- /nexus/log_1673864147.3955255_USER.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/nexus/log_1673864147.3955255_USER.json -------------------------------------------------------------------------------- /nexus/log_1673864156.07641_RAVEN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/nexus/log_1673864156.07641_RAVEN.json -------------------------------------------------------------------------------- /nexus/log_1673864204.3750472_USER.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/nexus/log_1673864204.3750472_USER.json -------------------------------------------------------------------------------- /nexus/log_1673864211.3797097_RAVEN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/nexus/log_1673864211.3797097_RAVEN.json -------------------------------------------------------------------------------- /nexus/log_1673864264.5974276_USER.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/nexus/log_1673864264.5974276_USER.json -------------------------------------------------------------------------------- /nexus/log_1673864277.202937_RAVEN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/nexus/log_1673864277.202937_RAVEN.json -------------------------------------------------------------------------------- /nexus/log_1674383041.28684_USER.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/nexus/log_1674383041.28684_USER.json -------------------------------------------------------------------------------- /nexus/log_1674383047.0555408_RAVEN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/nexus/log_1674383047.0555408_RAVEN.json -------------------------------------------------------------------------------- /nexus/log_1674383656.0205076_USER.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/nexus/log_1674383656.0205076_USER.json -------------------------------------------------------------------------------- /nexus/log_1674383664.358252_RAVEN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/nexus/log_1674383664.358252_RAVEN.json -------------------------------------------------------------------------------- /nexus/log_1674383960.8828874_USER.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/nexus/log_1674383960.8828874_USER.json -------------------------------------------------------------------------------- /nexus/log_1674383972.172736_RAVEN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/nexus/log_1674383972.172736_RAVEN.json -------------------------------------------------------------------------------- /nexus/log_1674384078.758139_USER.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/nexus/log_1674384078.758139_USER.json -------------------------------------------------------------------------------- /nexus/log_1674384090.3961084_RAVEN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/nexus/log_1674384090.3961084_RAVEN.json -------------------------------------------------------------------------------- /nexus/log_1674384271.1646552_USER.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/nexus/log_1674384271.1646552_USER.json -------------------------------------------------------------------------------- /nexus/log_1674384281.520654_RAVEN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/nexus/log_1674384281.520654_RAVEN.json -------------------------------------------------------------------------------- /nexus/log_1674384318.8840933_USER.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/nexus/log_1674384318.8840933_USER.json -------------------------------------------------------------------------------- /nexus/log_1674384329.1956007_RAVEN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/nexus/log_1674384329.1956007_RAVEN.json -------------------------------------------------------------------------------- /nexus/log_1674384415.0710573_USER.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/nexus/log_1674384415.0710573_USER.json -------------------------------------------------------------------------------- /nexus/log_1674384426.867468_RAVEN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/nexus/log_1674384426.867468_RAVEN.json -------------------------------------------------------------------------------- /nexus/log_1674384632.989359_USER.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/nexus/log_1674384632.989359_USER.json -------------------------------------------------------------------------------- /nexus/log_1674384642.9847791_RAVEN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/nexus/log_1674384642.9847791_RAVEN.json -------------------------------------------------------------------------------- /prompt_dream_metaphor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/prompt_dream_metaphor.txt -------------------------------------------------------------------------------- /prompt_dream_raven.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/prompt_dream_raven.txt -------------------------------------------------------------------------------- /prompt_dream_user.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/prompt_dream_user.txt -------------------------------------------------------------------------------- /prompt_notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/prompt_notes.txt -------------------------------------------------------------------------------- /prompt_response.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/daveshap/LongtermChatExternalSources/HEAD/prompt_response.txt --------------------------------------------------------------------------------