Skip to content

Commit a062c13

Browse files
Update learn/chat/getting_started_with_chat.mdx
Co-authored-by: gui machiavelli <[email protected]>
1 parent a9a1e0f commit a062c13

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

learn/chat/getting_started_with_chat.mdx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,7 @@ curl \
3030

3131
## Find your chat API key
3232

33-
When Meilisearch runs with a master key on a **fresh instance**, it automatically creates a "Default Chat API Key" with `chatCompletions` permission.
34-
35-
<Note>
36-
The Default Chat API Key is only created automatically for new Meilisearch instances. If you have an existing instance, you'll need to create your own API key with `chatCompletions` permission.
37-
</Note>
38-
39-
Find existing keys using:
33+
When Meilisearch runs with a master key on an instance created after v1.15.1, it automatically generates a "Default Chat API Key" with `chatCompletions` and `search` permissions on all indexes. Check if you have the key using:
4034

4135
```bash
4236
curl http://localhost:7700/keys \

0 commit comments

Comments
 (0)