#ai #transhumanism # [[Epistemic status]] #shower-thought #to-digest # Related # TODOs # Obsidan OpenAI plugin Basically making calls to OpenAI but with very customisable prompt templating, using for example https://handlebarsjs.com/ or something like that. ![[Pasted image 20220624140127.png]] ## Examples ``` Is this piece of text understandable? "{{selection}}" ``` ``` English: "{{selection}}" French: ``` ``` Turn this piece of text into something very joyful "{{selection}}" ``` ``` Generate a visually descriptive prompt to generate an image from this text "{{selection}}" ``` (which then call DALLE2 and insert images in Obsidian) ``` Challenge my thoughts "{{selection}}" ``` ``` Prove me wrong "{{selection}}" ``` ``` Extend my thoughts "{{selection}}" ``` ``` Turn this into code "{{selection}}" ``` ``` Format this into fancy markdown "{{selection}}" ``` ``` Turn this into a poem "{{selection}}" ``` # External links