Skip to content

Commit d155bb2

Browse files
committed
docs: update cost
1 parent e77e25d commit d155bb2

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,17 @@ Azure OpenAI Assistants allows you to create AI assistants tailored to your need
1111

1212
(Like and fork this sample to receive lastest changes and updates)
1313

14-
[![Overview](https://img.shields.io/badge/Getting%20Started-blue?style=flat-square)](#overview)
15-
[![Get started](https://img.shields.io/badge/Get%20Started-blue?style=flat-square)](#get-started)
16-
[![Run the sample](https://img.shields.io/badge/Run%20the%20Sample-blue?style=flat-square)](#run-the-sample)
17-
[![Deploy the sample to Azure](https://img.shields.io/badge/Deploy%20to%20Azure-blue?style=flat-square)](#deploy-the-sample-to-azure)
18-
[![Resources](https://img.shields.io/badge/Resources-blue?style=flat-square)](#resources)
19-
[![Contributing](https://img.shields.io/badge/Contributing-blue?style=flat-square)](#contributing)
20-
[![Troubleshooting](https://img.shields.io/badge/Troubleshooting-blue?style=flat-square)](#troubleshooting)
14+
[![Features](https://img.shields.io/badge/🚀%20Features-blue?style=flat-square)](#features)
15+
[![Architecture Diagram](https://img.shields.io/badge/🏗️%20Architecture%20Diagram-blue?style=flat-square)](#architecture-diagram)
16+
[![Getting Started](https://img.shields.io/badge/🚦%20Getting%20Started-blue?style=flat-square)](#getting-started)
17+
[![Guidance](https://img.shields.io/badge/📚%20Guidance-blue?style=flat-square)](#guidance)
18+
[![Resources](https://img.shields.io/badge/📚%20Resources-blue?style=flat-square)](#resources)
19+
[![Troubleshooting](https://img.shields.io/badge/🛠️%20Troubleshooting-blue?style=flat-square)](#troubleshooting)
20+
[![Contributing](https://img.shields.io/badge/🤝%20Contributing-blue?style=flat-square)](#contributing)
21+
[![Trademarks](https://img.shields.io/badge/™%20Trademarks-blue?style=flat-square)](#trademarks)
22+
[![License](https://img.shields.io/badge/📜%20License-blue?style=flat-square)](LICENSE)
2123
[![Give us a star](https://img.shields.io/badge/⭐%20Give%20us%20a%20star-blue?style=flat-square)](https://github.com/Azure-Samples/azure-openai-assistant-javascript/stargazers)
24+
2225
<img src="./docs/azure-openai-assistant-demo.png" alt="Screenshot showing the assistant app in action" width="640px" />
2326

2427
</div>
@@ -219,7 +222,7 @@ This template uses `gpt-35-turbo` version `1106` which may not be available in a
219222
### Costs
220223

221224
Pricing varies per region and usage, so it isn't possible to predict exact costs for your usage.
222-
However, you can use the [Azure pricing calculator](https://azure.com/e/bf51ef20b57a4da08e47511938ad5415) for the resources below to get an estimate.
225+
However, you can use the [Azure pricing calculator](https://azure.com/e/b77c269231ab4675a88497e8aa154b08) for the resources below to get an estimate.
223226
224227
- Azure Container Apps: Consumption plan, Free for the first 2M executions. Pricing per execution and memory used. [Pricing](https://azure.microsoft.com/en-us/pricing/details/container-apps/)
225228
- Azure OpenAI: Standard tier, GPT and Ada models. Pricing per 1K tokens used, and at least 1K tokens are used per question. [Pricing](https://azure.microsoft.com/pricing/details/cognitive-services/openai-service/)

0 commit comments

Comments
 (0)