Skip to content

What data is sent to chatGPT via the assistant #7766

Closed Answered by mrnugget
chrleon asked this question in General Q&A
Discussion options

You must be logged in to vote

Hey! Short version first: without any user interaction, nothing is shared with any LLMs. So you're good to go.

Longer version:

  1. The assistant panel (in which you can chat with an OpenAI LLM) requires a custom API token and if that isn't configured, then nothing is sent to OpenAI. If it is configured and as of right now nothing is sent automatically to OpenAI either. Only the things you paste in.
  2. When you enable semantic search (this requires explicit opt-in and a pop-up shows up to confirm), your codebase is sent to OpenAI to index it for semantic search.
  3. When you use inline assist inside a file, then that file is sent to the LLM. If you don't use inline assist, nothing is sent to OpenAI.

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
1 reply
@chrleon
Comment options

Comment options

You must be logged in to vote
4 replies
@zarifpour
Comment options

@mrnugget
Comment options

@zarifpour
Comment options

@mrnugget
Comment options

Answer selected by SomeoneToIgnore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants