Skip to content

Commit cc54b00

Browse files
Merge pull request #299 from microsoft/psl-aifoundry-readme
docs: Update quota_check.md
2 parents ecd53f1 + 775e181 commit cc54b00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/quota_check.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ Use one of the following scripts based on your needs:
1616
**To check quota for a specific model and capacity:**
1717

1818
```sh
19-
curl -L -o quota_check_params.sh "https://raw.githubusercontent.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator/main/infra/scripts/quota_check_params.sh"
19+
curl -L -o quota_check_params.sh "https://raw.githubusercontent.com/microsoft/document-generation-solution-accelerator/main/scripts/quota_check_params.sh"
2020
chmod +x quota_check_params.sh
2121
./quota_check_params.sh <model_name:capacity> [<model_region>] (e.g., gpt-4o-mini:30,text-embedding-ada-002:20 eastus)
2222
```
2323

2424
**To check available quota across all regions for supported models:**
2525

2626
```sh
27-
curl -L -o quota_check_all_regions.sh "https://raw.githubusercontent.com/microsoft/Conversation-Knowledge-Mining-Solution-Accelerator/main/infra/scripts/quota_check_all_regions.sh"
27+
curl -L -o quota_check_all_regions.sh "https://raw.githubusercontent.com/microsoft/document-generation-solution-accelerator/main/scripts/quota_check_all_regions.sh"
2828
chmod +x quota_check_all_regions.sh
2929
./quota_check_all_regions.sh
3030
```

0 commit comments

Comments
 (0)