ccw
09/01/2025, 3:13 PMccw
09/02/2025, 2:47 PMChiranjeet Mishra
09/03/2025, 12:20 PMjson
{
"provider": "custom-llm",
"apiKey": "your-new-api-key",
"authenticationPlan": {
"type": "oauth2",
"url": "https://your-url.com/your/path/token",
"clientId": "your-client-id",
"clientSecret": "your-client-secret"
},
"name": "your-credential-name-between-1-and-40-characters"
}
Check that the JSON structure matches your configuration and all fields are correctly populated with your parameters. If the issue persists, ensure there are no additional errors in your input, such as misplaced characters or incorrect field names.
If you are still encountering issues, it may help to verify any error messages for specific insights into the problem.ccw
09/04/2025, 3:12 AM