mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
MDL-83442 aiprovider_azureai: Correct help string URL
This commit is contained in:
parent
67f5ee3cec
commit
3acfcd08d5
@ -36,7 +36,7 @@ $string['enableglobalratelimit_desc'] = 'Limit the number of requests that the A
|
||||
$string['enableuserratelimit'] = 'Set user rate limit';
|
||||
$string['enableuserratelimit_desc'] = 'Limit the number of requests each user can make to the Azure AI API provider every hour.';
|
||||
$string['endpoint'] = 'Azure AI API endpoint';
|
||||
$string['endpoint_desc'] = 'Enter the endpoint URL for your Azure AI API, in the following format: https://YOUR_RESOURCE_NAME.azureai.azure.com/azureai/deployments';
|
||||
$string['endpoint_desc'] = 'Enter the endpoint URL for your Azure AI API in the following format: https://YOUR_RESOURCE_NAME.openai.azure.com';
|
||||
$string['globalratelimit'] = 'Maximum number of site-wide requests';
|
||||
$string['globalratelimit_desc'] = 'The number of site-wide requests allowed per hour.';
|
||||
$string['pluginname'] = 'Azure AI API Provider';
|
||||
|
Loading…
x
Reference in New Issue
Block a user