Generate a new default chat API key

This commit is contained in:
Clément Renault 2025-05-20 11:00:19 +02:00
parent 1a84f00fbf
commit 56c1bd3afe
No known key found for this signature in database
GPG key ID: F250A4C4E3AE5F5F
5 changed files with 41 additions and 9 deletions

View file

@ -820,6 +820,22 @@ async fn list_api_keys() {
"createdAt": "[ignored]",
"updatedAt": "[ignored]"
},
{
"name": "Default Chat API Key",
"description": "Use it to chat and search from the frontend",
"key": "[ignored]",
"uid": "[ignored]",
"actions": [
"search",
"chat.get"
],
"indexes": [
"*"
],
"expiresAt": null,
"createdAt": "[ignored]",
"updatedAt": "[ignored]"
},
{
"name": "Default Search API Key",
"description": "Use it to search from the frontend",