Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 505 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 505 Bytes

Chain-of-thought GPT experiments

A bunch of mini-experiments with GPT attempting to augment functionality.

Debate: In this particular setup, I use chain-of-thought to generate step by step arguments for a debate.

Lookup: In this particular setup, I reiterate information via GPT-3.5 to GPT before GPT-4 responds.

Thoughts: In this particular setup, I attempt to make GPT speak in a more conversationally human way.

Install

  1. npm i
  2. Edit gpt.js and add an API key.
  3. Run main.js