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: content/en-us/characters/generate-text.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,6 @@ title: Generate text
3
3
description: Use an LLM to generate text for NPC dialog, help systems, and more.
4
4
---
5
5
6
-
<Alertseverity="warning">
7
-
The text generation API is currently in beta. To get started with the API, fill out [this form](https://survey.roblox.com/jfe/form/SV_3QnTMZaFmYe2FTM). You must be ID verified, and your experience must have a **Moderate** or **Restricted** content maturity rating.
8
-
</Alert>
9
-
10
6
The text generation API lets you use a large language model (LLM) to generate text based on a system prompt from you and a user prompt from the player. The most common use of the API is for creating interactive non-player characters (NPCs).
11
7
12
8
For example, in a survival experience, your system prompt for a talking animal might be `"You are a very busy beaver. You end all statements by mentioning how you need to get back to work on your dam."`. Users could ask the beaver about water in the area, the size of a nearby forest, predators, etc.
0 commit comments