Skip to content

Commit 6c05cbe

Browse files
update Open Source Docs from Roblox internal teams
1 parent 0e0f758 commit 6c05cbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/en-us/characters/generate-text.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ For a more full-featured example, see the [demo experience](https://www.roblox.c
2121

2222
- The text generation API is an [Open Cloud API](../cloud/index.md), meaning that the request requires a [path](../cloud/reference/patterns.md), formed from your universe ID. You can find your universe ID in the overflow menu of the experience tile on the [Creator Hub](https://create.roblox.com/dashboard/creations).
2323
- You must include the [Open Cloud client package](../production/promotion/experience-notifications.md#include-the-package) in your experience; the server script requires it.
24+
- Requests are limited to 100 per second, per experience.
2425
- The text generation API currently only supports RCC authentication. As a result, you must use [Team Test](../studio/home-tab.md#team-test) to test the API within your experience.
2526

2627
```lua title="Client script"

0 commit comments

Comments
 (0)