Skip to content

Commit 6b88bc5

Browse files
authoredJul 18, 2024··
Merge pull request #6835 from segmentio/gen-audiences-openai-hotfix
remove OpenAI mentions at request of Chris Lyon
2 parents 3fc01cf + af97537 commit 6b88bc5

File tree

2 files changed

+4
-28
lines changed

2 files changed

+4
-28
lines changed
 

‎src/connections/functions/copilot.md

+4-15
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
title: Functions Copilot
33
---
44

5-
Functions Copilot helps you generate JavaScript code for functions using natural language prompts.
5+
Functions Copilot helps you generate JavaScript code for functions using natural language prompts. For more information about the language model used to generate JavaScript code, see the [Functions Copilot Nutrition Facts Label](/docs/connections/functions/functions-copilot-nutrition-facts/).
66

77
> info "Functions Copilot Public Beta"
88
> Functions Copilot is in public beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available.
99
1010
## Functions Copilot benefits
1111

12-
Powered by OpenAI, Functions Copilot improves efficiency and productivity by streamlining the process of creating and managing custom functions.
12+
Functions Copilot improves efficiency and productivity by streamlining the process of creating and managing custom functions.
1313

1414
Functions Copilot can help you:
1515

@@ -41,16 +41,5 @@ Follow this guidance when you use Functions Copilot:
4141
Keep the following limitations in mind as you work with Functions Copilot:
4242

4343
- **Context limitations**: Functions Copilot generates code based on Segment-specific terminology and the prompts you write. As a result, the generated output may not always be accurate. If the function doesn't initially meet your needs, try to refine or rewrite your prompt.
44-
- **Language support**: Functions Copilot only supports English prompts. Using other languages may impact the accurancy of the generated output.
45-
- **Regional support**: Functions Copilot is only available for US region Segment workspaces.
46-
47-
## Segment's generative AI service
48-
49-
<!-- PW/June 2024: Stealing this from Generative Audiences, but we should probably centralize this info at some point -->
50-
For Copilot to generate a function, Segment sends your query to OpenAI, Segment’s third-party AI service. All queries sent to OpenAI from Segment are anonymized, meaning that OpenAI won’t be able to identify from whom the query was sent unless you include uniquely identifiable information in the input.
51-
52-
GPT is OpenAI’s state-of-the-art natural language generation tool powered by artificial intelligence. It can perform a variety of natural language tasks like text generation, completion, and classification. CustomerAI uses the service to inspire segmentation and build functions and audiences.
53-
54-
According to OpenAI’s policy, OpenAI will not use data sent from Segment to train or improve their models, and they will delete the data after 30 days. Any content generated using GPT belongs to you. Segment will not claim copyright ownership of such content and makes no warranty regarding any AI generated content.
55-
56-
For more information, see the [Functions Copilot Nutrition Facts Label](/docs/connections/functions/functions-copilot-nutrition-facts/).
44+
- **Language support**: Functions Copilot only supports English prompts. Using other languages may impact the accuracy of the generated output.
45+
- **Regional support**: Functions Copilot is only available for US region Segment workspaces.

‎src/engage/audiences/generative-audiences.md

-13
Original file line numberDiff line numberDiff line change
@@ -105,16 +105,3 @@ Segment solves this limitation by including only the most recently used properti
105105
### Language support
106106

107107
At this time, Segment only supports audience description prompts in the English language. Support in other languages is currently unavailable and might provide undesired results.
108-
109-
110-
## More about Segment's generative AI service
111-
112-
#### How is my data used?
113-
114-
To generate the audience based on your description, Segment sends your query to OpenAI, Segment's 3rd party AI service. All queries sent to OpenAI from Segment are anonymized, meaning that OpenAI won't be able to identify from whom the query was sent unless you include uniquely identifiable information in the input.
115-
116-
Behind the scenes, Segment instructs GPT to generate an audience based on the user inputted audience description and contextual information such as traits and events performed in your workspace.
117-
118-
GPT is OpenAI's state-of-the-art natural language generation tool powered by artificial intelligence. It can perform a variety of natural language tasks like text generation, completion, and classification. CustomerAI uses the service to help generate audiences and inspire segmentation.
119-
120-
According to OpenAI's policy, OpenAI will not use data sent from Segment to train or improve their models, and they will delete it after 30 days. Any content generated using GPT belongs to you. Segment will not claim copyright ownership of such content and makes no warranty regarding any AI generated content.

0 commit comments

Comments
 (0)
Please sign in to comment.