Skip to content

Commit 8845abc

Browse files
authored
Merge pull request #2213 from msakande/fix-broken-model-examples-links
update broken link for AI inference example (javascript)
2 parents 46117a3 + 19a3dbc commit 8845abc

10 files changed

+10
-10
lines changed

articles/ai-studio/how-to/deploy-models-cohere-command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2129,7 +2129,7 @@ For more examples of how to use Cohere models, see the following examples and tu
21292129
| Description | Language | Sample |
21302130
|-------------------------------------------|-------------------|-----------------------------------------------------------------|
21312131
| Web requests | Bash | [Command-R](https://aka.ms/samples/cohere-command-r/webrequests) - [Command-R+](https://aka.ms/samples/cohere-command-r-plus/webrequests) |
2132-
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://aka.ms/azsdk/azure-ai-inference/javascript/samples) |
2132+
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/ai/ai-inference-rest/samples) |
21332133
| Azure AI Inference package for Python | Python | [Link](https://aka.ms/azsdk/azure-ai-inference/python/samples) |
21342134
| OpenAI SDK (experimental) | Python | [Link](https://aka.ms/samples/cohere-command/openaisdk) |
21352135
| LangChain | Python | [Link](https://aka.ms/samples/cohere/langchain) |

articles/ai-studio/how-to/deploy-models-cohere-embed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ Cohere Embed V3 models can optimize the embeddings based on its use case.
631631
| Description | Language | Sample |
632632
|-------------------------------------------|-------------------|-----------------------------------------------------------------|
633633
| Web requests | Bash | [cohere-embed.ipynb](https://aka.ms/samples/embed-v3/webrequests) |
634-
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://aka.ms/azsdk/azure-ai-inference/javascript/samples) |
634+
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/ai/ai-inference-rest/samples) |
635635
| Azure AI Inference package for Python | Python | [Link](https://aka.ms/azsdk/azure-ai-inference/python/samples) |
636636
| OpenAI SDK (experimental) | Python | [Link](https://aka.ms/samples/cohere-embed/openaisdk) |
637637
| LangChain | Python | [Link](https://aka.ms/samples/cohere-embed/langchain) |

articles/ai-studio/how-to/deploy-models-jais.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1169,7 +1169,7 @@ For more examples of how to use Jais models, see the following examples and tuto
11691169

11701170
| Description | Language | Sample |
11711171
|-------------------------------------------|-------------------|-----------------------------------------------------------------|
1172-
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://aka.ms/azsdk/azure-ai-inference/javascript/samples) |
1172+
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/ai/ai-inference-rest/samples) |
11731173
| Azure AI Inference package for Python | Python | [Link](https://aka.ms/azsdk/azure-ai-inference/python/samples) |
11741174

11751175
## Cost and quota considerations for Jais models deployed as serverless API endpoints

articles/ai-studio/how-to/deploy-models-mistral-nemo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2016,7 +2016,7 @@ For more examples of how to use Mistral models, see the following examples and t
20162016
| Description | Language | Sample |
20172017
|-------------------------------------------|-------------------|-----------------------------------------------------------------|
20182018
| CURL request | Bash | [Link](https://aka.ms/mistral-large/webrequests-sample) |
2019-
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://aka.ms/azsdk/azure-ai-inference/javascript/samples) |
2019+
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/ai/ai-inference-rest/samples) |
20202020
| Azure AI Inference package for Python | Python | [Link](https://aka.ms/azsdk/azure-ai-inference/python/samples) |
20212021
| Python web requests | Python | [Link](https://aka.ms/mistral-large/webrequests-sample) |
20222022
| OpenAI SDK (experimental) | Python | [Link](https://aka.ms/mistral-large/openaisdk) |

articles/ai-studio/how-to/deploy-models-mistral-open.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,7 @@ For more examples of how to use Mistral models, see the following examples and t
12851285
| Description | Language | Sample |
12861286
|-------------------------------------------|-------------------|-----------------------------------------------------------------|
12871287
| CURL request | Bash | [Link](https://aka.ms/mistral-large/webrequests-sample) |
1288-
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://aka.ms/azsdk/azure-ai-inference/javascript/samples) |
1288+
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/ai/ai-inference-rest/samples) |
12891289
| Azure AI Inference package for Python | Python | [Link](https://aka.ms/azsdk/azure-ai-inference/python/samples) |
12901290
| Python web requests | Python | [Link](https://aka.ms/mistral-large/webrequests-sample) |
12911291
| OpenAI SDK (experimental) | Python | [Link](https://aka.ms/mistral-large/openaisdk) |

articles/ai-studio/how-to/deploy-models-mistral.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2216,7 +2216,7 @@ For more examples of how to use Mistral models, see the following examples and t
22162216
| Description | Language | Sample |
22172217
|-------------------------------------------|-------------------|-----------------------------------------------------------------|
22182218
| CURL request | Bash | [Link](https://aka.ms/mistral-large/webrequests-sample) |
2219-
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://aka.ms/azsdk/azure-ai-inference/javascript/samples) |
2219+
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/ai/ai-inference-rest/samples) |
22202220
| Azure AI Inference package for Python | Python | [Link](https://aka.ms/azsdk/azure-ai-inference/python/samples) |
22212221
| Python web requests | Python | [Link](https://aka.ms/mistral-large/webrequests-sample) |
22222222
| OpenAI SDK (experimental) | Python | [Link](https://aka.ms/mistral-large/openaisdk) |

articles/ai-studio/how-to/deploy-models-phi-3-5-vision.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1614,7 +1614,7 @@ For more examples of how to use Phi-3 family models, see the following examples
16141614
| Description | Language | Sample |
16151615
|-------------------------------------------|-------------------|-----------------------------------------------------------------|
16161616
| CURL request | Bash | [Link](https://aka.ms/phi-3/webrequests-sample) |
1617-
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://aka.ms/azsdk/azure-ai-inference/javascript/samples) |
1617+
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/ai/ai-inference-rest/samples) |
16181618
| Azure AI Inference package for Python | Python | [Link](https://aka.ms/azsdk/azure-ai-inference/python/samples) |
16191619
| Python web requests | Python | [Link](https://aka.ms/phi-3/webrequests-sample) |
16201620
| OpenAI SDK (experimental) | Python | [Link](https://aka.ms/phi-3/openaisdk) |

articles/ai-studio/how-to/deploy-models-phi-3-vision.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1405,7 +1405,7 @@ For more examples of how to use Phi-3 family models, see the following examples
14051405
| Description | Language | Sample |
14061406
|-------------------------------------------|-------------------|-----------------------------------------------------------------|
14071407
| CURL request | Bash | [Link](https://aka.ms/phi-3/webrequests-sample) |
1408-
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://aka.ms/azsdk/azure-ai-inference/javascript/samples) |
1408+
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/ai/ai-inference-rest/samples) |
14091409
| Azure AI Inference package for Python | Python | [Link](https://aka.ms/azsdk/azure-ai-inference/python/samples) |
14101410
| Python web requests | Python | [Link](https://aka.ms/phi-3/webrequests-sample) |
14111411
| OpenAI SDK (experimental) | Python | [Link](https://aka.ms/phi-3/openaisdk) |

articles/ai-studio/how-to/deploy-models-phi-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1458,7 +1458,7 @@ For more examples of how to use Phi-3 family models, see the following examples
14581458
| Description | Language | Sample |
14591459
|-------------------------------------------|-------------------|-----------------------------------------------------------------|
14601460
| CURL request | Bash | [Link](https://aka.ms/phi-3/webrequests-sample) |
1461-
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://aka.ms/azsdk/azure-ai-inference/javascript/samples) |
1461+
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/ai/ai-inference-rest/samples) |
14621462
| Azure AI Inference package for Python | Python | [Link](https://aka.ms/azsdk/azure-ai-inference/python/samples) |
14631463
| Python web requests | Python | [Link](https://aka.ms/phi-3/webrequests-sample) |
14641464
| OpenAI SDK (experimental) | Python | [Link](https://aka.ms/phi-3/openaisdk) |

articles/ai-studio/how-to/deploy-models-phi-4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1117,7 +1117,7 @@ For more examples of how to use Phi-4 family models, see the following examples
11171117
| Description | Language | Sample |
11181118
|-------------------------------------------|-------------------|-----------------------------------------------------------------|
11191119
| CURL request | Bash | [Link](https://aka.ms/phi-3/webrequests-sample) |
1120-
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://aka.ms/azsdk/azure-ai-inference/javascript/samples) |
1120+
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/ai/ai-inference-rest/samples) |
11211121
| Azure AI Inference package for Python | Python | [Link](https://aka.ms/azsdk/azure-ai-inference/python/samples) |
11221122
| Python web requests | Python | [Link](https://aka.ms/phi-3/webrequests-sample) |
11231123
| OpenAI SDK (experimental) | Python | [Link](https://aka.ms/phi-3/openaisdk) |

0 commit comments

Comments
 (0)