An operating system based on GPT-3

1 · · March 7, 2021, 11 a.m.
Reference http://github.com/semiosis/examplary Summary I assume that GPT-3 or some descendant of it will become the primary interface to the computer. I create a configuration option to enable / disable GPT-3. When disabled, the environment will resort to alternative means of performing tasks. Configuration 1 vim +/"use_gpt3: on" "$NOTES/myrc.yaml" 1 vim +/"summarize) {" "$SCRIPTS/s" If gpt3 is enabled, filter through OpenAI API abstractive summarizer Otherwise, use sumy....