andrebaltazar87k downloadsCreate a canvas conversation using ChatGPT.
A plugin for Obsidian that allows you to create a canvas conversation using ChatGPT.
It works on Canvas Nodes. Right-click a node and "Prompt ChatGPT".
This needs to be configured with User Agent, Session Token, and Clearance token from ChatGPT, which you might need to refresh every 2 hours.
The code is mostly undocumented and messy.
Some improvements to be made:
main.js and manifest.json files inside folder: {{your_vault}}/.obsidian/plugins/obsidian-canvas-conversationpnpm install followed by pnpm buildTook a bit of code for ChatGPT from: https://github.com/transitive-bullshit/chatgpt-api
MIT (see LICENSE)