Context menus based on GPT-3

1 · Shane Mulligan · March 8, 2021, 11 a.m.
Summary I create a GPT-3 prompt for testing to see if code is Haskell and use it as a test inside emacs to suggest further functions. Prompt file http://github.com/semiosis/prompts/blob/master/prompts/get-language.prompt Demonstration As you can see, GPT-3 is able to detect the language and I can use that as a test in my emacs to provide further functions. The suggested function was yet another GPT-3 prompt function for translating Haskell into Clojure....