You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/projects-docs/pages/learn/ai/codeium.mdx
+1-13Lines changed: 1 addition & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,6 @@ description: Introduction to the AI-powered code generator
5
5
6
6
import { Callout } from'nextra-theme-docs'
7
7
8
-
9
8
# Codeium code autocomplete
10
9
11
10
Codeium is an incredible AI-powered developer toolkit. Their code completion tool provides single and multi-line code generation with multiple suggestions to choose from. It supports 70+ programming languages, so it’s a perfect fit with our Devboxes, which can also run any type of project.
@@ -16,21 +15,10 @@ Codeium is an incredible AI-powered developer toolkit. Their code completion too
16
15
17
16
Codeium code completion is now available for free to every CodeSandbox user on [Devboxes](https://codesandbox.io/d/), [Sandboxes](https://codesandbox.io/s/) and [repositories](https://codesandbox.io/dashboard/recent?import_repo=true)
18
17
19
-
If you have your AI settings enabled, you will get AI autocomplete working in your code immediately.
18
+
If you have your AI settings enabled, you will get AI autocomplete working in your code immediately.
20
19
Note that we enable AI permission toggles by default on free workspaces. If you do not have have access to Codeium, visit the [workspace portal](https://codesandbox.io/t/permissions) and enable the AI settings
21
20
22
21
## Settings and configuration
23
22
24
23
In the workspace settings, you will see an option to turn on AI for Devboxes and Repositories in the workspace.
25
24
If you want to override these settings for a particular Repository or Devbox, you can open the editor, navigate to _Settings > Preferences_ and turn off the AI option. This will deactivate AI for all users accessing the Devbox or repo.
26
-
27
-
## Security & privacy
28
-
29
-
By using Codeium you are accepting their terms and conditions.
30
-
You can read more about their terms of service on the [Codeium website](https://codeium.com/terms-of-service-individual).
31
-
32
-
Here is a short list of their security & privacy policies:
Copy file name to clipboardExpand all lines: packages/projects-docs/pages/learn/ai/getting-started.mdx
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,15 @@ All CodeSandbox AI tools are available to Free and Pro users. To enable these fe
9
9
10
10

11
11
12
-
Once you grant AI permissions, CodeSandbox will send information about the event to OpenAI for analysis. Under no circumstances will we send any event data to OpenAI without explicit instruction to do so. We will only share selected event data with OpenAI after you toggle on these permissions. OpenAI does not use the event data shared via this feature to train its AI models. To learn more about our privacy agreement with OpenAI, check out our [Privacy page](https://codesandbox.io/legal/privacy).
12
+
Once you grant AI permissions, you are accepting Codeium's terms and conditions.
13
+
You can read more about their terms of service on the [Codeium website](https://codeium.com/terms-of-service-individual).
14
+
15
+
Here is a short list of their security & privacy policies:
0 commit comments