Skip to content

Commit

Permalink
Merge pull request #2213 from msakande/fix-broken-model-examples-links
Browse files Browse the repository at this point in the history
update broken link for AI inference example (javascript)
  • Loading branch information
Court72 authored Jan 9, 2025
2 parents 46117a3 + 19a3dbc commit 8845abc
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion articles/ai-studio/how-to/deploy-models-cohere-command.md
Original file line number Diff line number Diff line change
Expand Up @@ -2129,7 +2129,7 @@ For more examples of how to use Cohere models, see the following examples and tu
| Description | Language | Sample |
|-------------------------------------------|-------------------|-----------------------------------------------------------------|
| Web requests | Bash | [Command-R](https://aka.ms/samples/cohere-command-r/webrequests) - [Command-R+](https://aka.ms/samples/cohere-command-r-plus/webrequests) |
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://aka.ms/azsdk/azure-ai-inference/javascript/samples) |
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/ai/ai-inference-rest/samples) |
| Azure AI Inference package for Python | Python | [Link](https://aka.ms/azsdk/azure-ai-inference/python/samples) |
| OpenAI SDK (experimental) | Python | [Link](https://aka.ms/samples/cohere-command/openaisdk) |
| LangChain | Python | [Link](https://aka.ms/samples/cohere/langchain) |
Expand Down
2 changes: 1 addition & 1 deletion articles/ai-studio/how-to/deploy-models-cohere-embed.md
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ Cohere Embed V3 models can optimize the embeddings based on its use case.
| Description | Language | Sample |
|-------------------------------------------|-------------------|-----------------------------------------------------------------|
| Web requests | Bash | [cohere-embed.ipynb](https://aka.ms/samples/embed-v3/webrequests) |
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://aka.ms/azsdk/azure-ai-inference/javascript/samples) |
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/ai/ai-inference-rest/samples) |
| Azure AI Inference package for Python | Python | [Link](https://aka.ms/azsdk/azure-ai-inference/python/samples) |
| OpenAI SDK (experimental) | Python | [Link](https://aka.ms/samples/cohere-embed/openaisdk) |
| LangChain | Python | [Link](https://aka.ms/samples/cohere-embed/langchain) |
Expand Down
2 changes: 1 addition & 1 deletion articles/ai-studio/how-to/deploy-models-jais.md
Original file line number Diff line number Diff line change
Expand Up @@ -1169,7 +1169,7 @@ For more examples of how to use Jais models, see the following examples and tuto

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

## Cost and quota considerations for Jais models deployed as serverless API endpoints
Expand Down
2 changes: 1 addition & 1 deletion articles/ai-studio/how-to/deploy-models-mistral-nemo.md
Original file line number Diff line number Diff line change
Expand Up @@ -2016,7 +2016,7 @@ For more examples of how to use Mistral models, see the following examples and t
| Description | Language | Sample |
|-------------------------------------------|-------------------|-----------------------------------------------------------------|
| CURL request | Bash | [Link](https://aka.ms/mistral-large/webrequests-sample) |
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://aka.ms/azsdk/azure-ai-inference/javascript/samples) |
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/ai/ai-inference-rest/samples) |
| Azure AI Inference package for Python | Python | [Link](https://aka.ms/azsdk/azure-ai-inference/python/samples) |
| Python web requests | Python | [Link](https://aka.ms/mistral-large/webrequests-sample) |
| OpenAI SDK (experimental) | Python | [Link](https://aka.ms/mistral-large/openaisdk) |
Expand Down
2 changes: 1 addition & 1 deletion articles/ai-studio/how-to/deploy-models-mistral-open.md
Original file line number Diff line number Diff line change
Expand Up @@ -1285,7 +1285,7 @@ For more examples of how to use Mistral models, see the following examples and t
| Description | Language | Sample |
|-------------------------------------------|-------------------|-----------------------------------------------------------------|
| CURL request | Bash | [Link](https://aka.ms/mistral-large/webrequests-sample) |
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://aka.ms/azsdk/azure-ai-inference/javascript/samples) |
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/ai/ai-inference-rest/samples) |
| Azure AI Inference package for Python | Python | [Link](https://aka.ms/azsdk/azure-ai-inference/python/samples) |
| Python web requests | Python | [Link](https://aka.ms/mistral-large/webrequests-sample) |
| OpenAI SDK (experimental) | Python | [Link](https://aka.ms/mistral-large/openaisdk) |
Expand Down
2 changes: 1 addition & 1 deletion articles/ai-studio/how-to/deploy-models-mistral.md
Original file line number Diff line number Diff line change
Expand Up @@ -2216,7 +2216,7 @@ For more examples of how to use Mistral models, see the following examples and t
| Description | Language | Sample |
|-------------------------------------------|-------------------|-----------------------------------------------------------------|
| CURL request | Bash | [Link](https://aka.ms/mistral-large/webrequests-sample) |
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://aka.ms/azsdk/azure-ai-inference/javascript/samples) |
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/ai/ai-inference-rest/samples) |
| Azure AI Inference package for Python | Python | [Link](https://aka.ms/azsdk/azure-ai-inference/python/samples) |
| Python web requests | Python | [Link](https://aka.ms/mistral-large/webrequests-sample) |
| OpenAI SDK (experimental) | Python | [Link](https://aka.ms/mistral-large/openaisdk) |
Expand Down
2 changes: 1 addition & 1 deletion articles/ai-studio/how-to/deploy-models-phi-3-5-vision.md
Original file line number Diff line number Diff line change
Expand Up @@ -1614,7 +1614,7 @@ For more examples of how to use Phi-3 family models, see the following examples
| Description | Language | Sample |
|-------------------------------------------|-------------------|-----------------------------------------------------------------|
| CURL request | Bash | [Link](https://aka.ms/phi-3/webrequests-sample) |
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://aka.ms/azsdk/azure-ai-inference/javascript/samples) |
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/ai/ai-inference-rest/samples) |
| Azure AI Inference package for Python | Python | [Link](https://aka.ms/azsdk/azure-ai-inference/python/samples) |
| Python web requests | Python | [Link](https://aka.ms/phi-3/webrequests-sample) |
| OpenAI SDK (experimental) | Python | [Link](https://aka.ms/phi-3/openaisdk) |
Expand Down
2 changes: 1 addition & 1 deletion articles/ai-studio/how-to/deploy-models-phi-3-vision.md
Original file line number Diff line number Diff line change
Expand Up @@ -1405,7 +1405,7 @@ For more examples of how to use Phi-3 family models, see the following examples
| Description | Language | Sample |
|-------------------------------------------|-------------------|-----------------------------------------------------------------|
| CURL request | Bash | [Link](https://aka.ms/phi-3/webrequests-sample) |
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://aka.ms/azsdk/azure-ai-inference/javascript/samples) |
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/ai/ai-inference-rest/samples) |
| Azure AI Inference package for Python | Python | [Link](https://aka.ms/azsdk/azure-ai-inference/python/samples) |
| Python web requests | Python | [Link](https://aka.ms/phi-3/webrequests-sample) |
| OpenAI SDK (experimental) | Python | [Link](https://aka.ms/phi-3/openaisdk) |
Expand Down
2 changes: 1 addition & 1 deletion articles/ai-studio/how-to/deploy-models-phi-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -1458,7 +1458,7 @@ For more examples of how to use Phi-3 family models, see the following examples
| Description | Language | Sample |
|-------------------------------------------|-------------------|-----------------------------------------------------------------|
| CURL request | Bash | [Link](https://aka.ms/phi-3/webrequests-sample) |
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://aka.ms/azsdk/azure-ai-inference/javascript/samples) |
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/ai/ai-inference-rest/samples) |
| Azure AI Inference package for Python | Python | [Link](https://aka.ms/azsdk/azure-ai-inference/python/samples) |
| Python web requests | Python | [Link](https://aka.ms/phi-3/webrequests-sample) |
| OpenAI SDK (experimental) | Python | [Link](https://aka.ms/phi-3/openaisdk) |
Expand Down
2 changes: 1 addition & 1 deletion articles/ai-studio/how-to/deploy-models-phi-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@ For more examples of how to use Phi-4 family models, see the following examples
| Description | Language | Sample |
|-------------------------------------------|-------------------|-----------------------------------------------------------------|
| CURL request | Bash | [Link](https://aka.ms/phi-3/webrequests-sample) |
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://aka.ms/azsdk/azure-ai-inference/javascript/samples) |
| Azure AI Inference package for JavaScript | JavaScript | [Link](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/ai/ai-inference-rest/samples) |
| Azure AI Inference package for Python | Python | [Link](https://aka.ms/azsdk/azure-ai-inference/python/samples) |
| Python web requests | Python | [Link](https://aka.ms/phi-3/webrequests-sample) |
| OpenAI SDK (experimental) | Python | [Link](https://aka.ms/phi-3/openaisdk) |
Expand Down

0 comments on commit 8845abc

Please sign in to comment.