Custom GPTs in Cursor

Feature request for product/service

Cursor IDE

Describe the request

I am using a custom GPT from OpenAI to help me complete a university coding assignment. I gave it all the slides from my course to help tutor me in the math involved but I would also like it to help me with the coding questions. It ■■■■■ having to copy paste code from ChatGPT on the web generated by my custom GPT into Cursor. I have to continuously refactor code for when variables names don’t match up. It would be great to have custom GPTs made in ChatGPT, or even in the IDE itself, in Cursor!

1 Like

Would be great I think to be able to use GPT assistants and GEMs from within Cursor.
But note currently GPTs are only for within Chat-GPT. GPT assistants are the same but used via OpenAI aPI, but you’d need to build them yourself, so if the GPTs isn’t yours and you don’t have its parts (instructions, data files) you cannot build the corresponding GPT Assistant which would work via OpenAI API (if Cursor enabled that, ofc.)

hope this helps conceptually.

as for

It ■■■■■ having to copy paste code

It does indeed. some help comes from asking GPT to provide full result as “single .md code block”, and even addressing your cursor session directly. That makes it copy-move2cursot-paste-enter, rather than multiple copy, losing numbering and bulleting in the process, needing to prepend something from you …