-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update TermsAndConditions.svelte with OpenAI API data usage
- Loading branch information
Showing
1 changed file
with
15 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
<h1>Terms and Conditions</h1> | ||
|
||
*Effective Date: 13, May 2024* | ||
*Effective Date: 7, Jun 2024* | ||
|
||
1. Acceptance of Terms | ||
|
||
|
@@ -44,8 +44,17 @@ | |
9. Governing Law | ||
|
||
These Terms and Conditions are governed by and construed in accordance with the laws of The United States of America. | ||
|
||
10. OpenAI API and Anonymous Data Usage | ||
|
||
When you use features powered by the OpenAI API within LangX Copilot, you agree to the following: | ||
|
||
10. Compliance with Children's Online Privacy Protection | ||
- We may collect and send anonymized data to OpenAI, including text input and interaction data, session information, and usage patterns. | ||
- Any data sent to OpenAI is anonymized to protect your privacy. We do not send any personally identifiable information. | ||
- We use the anonymized data to provide advanced language learning features, improve the performance and accuracy of LangX Copilot, and develop new AI-powered functionalities. | ||
- You have the right to opt-out of features involving the OpenAI API by adjusting your settings or contacting us, though this may limit the functionality of certain features. | ||
|
||
11. Compliance with Children's Online Privacy Protection | ||
|
||
Depending on the countries where our app is available, some or all of the users in our target audience may be considered children. We comply with the Families policy whenever our app is being used by a child. | ||
|
||
|
@@ -58,11 +67,10 @@ | |
|
||
We either make our entire app compliant, or implement a neutral age screen and comply with the policy when the user is a child. | ||
|
||
11. Contact Information | ||
12. Contact Information | ||
|
||
For any questions or concerns related to these Terms and Conditions, please contact us at [[email protected]]. | ||
|
||
|
||
</section> | ||
|
||
<style lang="scss"> | ||
|
@@ -84,10 +92,10 @@ | |
gap: 20px; | ||
padding: 0; | ||
ol { | ||
margin: 0; | ||
ol { | ||
margin: 0; | ||
border-left: 15px solid transparent; | ||
} | ||
} | ||
} | ||
} | ||
</style> |