diff options
author | Ty Dunn <ty@tydunn.com> | 2023-08-16 09:37:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-16 09:37:17 -0700 |
commit | b7290820aa47466bc0f6396542b256f31773d772 (patch) | |
tree | aea1e71719aa7cf434fc1cd5be1ff66a8049e8e2 /docs | |
parent | 381fdc9477e02ce3edb0a592288ddc2a97f29e55 (diff) | |
download | sncontinue-b7290820aa47466bc0f6396542b256f31773d772.tar.gz sncontinue-b7290820aa47466bc0f6396542b256f31773d772.tar.bz2 sncontinue-b7290820aa47466bc0f6396542b256f31773d772.zip |
updating collect data docs to reflect latest
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/collecting-data.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/docs/collecting-data.md b/docs/docs/collecting-data.md index b3f5a625..63be366f 100644 --- a/docs/docs/collecting-data.md +++ b/docs/docs/collecting-data.md @@ -1,7 +1,5 @@ # Collecting data -You might have noticed the `Collect Data` toggle at the bottom of the Continue GUI. If you turn it on, it automatically collects accepted and rejected suggestions, so you can fine-tune an LLM to give better answers. +When you use Continue, you automatically collect data on how you build software. By default, this development data is saved to `.continue/dev_data` on your local machine. When combined with the code that you ultimately commit, it can be used to improve the LLM that you or your team use (if you allow). -Right now, it stores them in `.continue/suggestions.json` within your workspace. Going forward, we plan to enable you to join them with data from other developers on your team and help you fine-tune an LLM to better follow your team's best practices. - -If you are interested in working with us to fine-tune models based on your coding data, reach out to hi@continue.dev!
\ No newline at end of file +You can read more about how development data is generated as a byproduct of LLM-aided development and why we believe that you should start collecting it now: blog.continue.dev/its-time-to-collect-data-on-how-you-build-software |