Skip to content

Commit 2b2e075

Browse files
committed
acrolinx fixes
1 parent 3e8760a commit 2b2e075

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/ai-services/openai/faq.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ sections:
118118
answer:
119119
If the service performs processing, you will be charged even if the status code is not successful (not 200).
120120
Common examples of this are, a 400 error due to a content filter or input limit, or a 408 error due to a timeout. Charges will also occur when a `status 200` is received with a `finish_reason` of `content_filter`.
121-
In this case the prompt did not have any issues, but the completion generated by the model was detected to violate the content filtering rules which results in the completion being filtered.
121+
In this case the prompt did not have any issues, but the completion generated by the model was detected to violate the content filtering rules, which result in the completion being filtered.
122122
123123
If the service doesn't perform processing, you won't be charged.
124124
For example, a 401 error due to authentication or a 429 error due to exceeding the Rate Limit.
@@ -234,7 +234,7 @@ sections:
234234
Do you store any data used in the Assistants API?
235235
answer: |
236236
Yes. Unlike Chat Completions API, Azure OpenAI Assistants is a stateful API, meaning it retains data. There are two types of data stored in the Assistants API:
237-
* Stateful entities: Threads, messages and runs created during Assistants use.
237+
* Stateful entities: Threads, messages, and runs created during Assistants use.
238238
* Files: Uploaded during Assistants setup or as part of a message.
239239
- question: |
240240
Where is this data stored?
@@ -255,21 +255,21 @@ sections:
255255
- question: |
256256
Where is data stored geographically?
257257
answer: |
258-
Azure OpenAI Assistants endpoints are regional, and data is stored in the same region as the endpoint. See the [Azure data residency documentation](https://azure.microsoft.com/explore/global-infrastructure/data-residency/#overview) for more information.
258+
Azure OpenAI Assistants endpoints are regional, and data is stored in the same region as the endpoint. For more information, see the [Azure data residency documentation](https://azure.microsoft.com/explore/global-infrastructure/data-residency/#overview).
259259
- question: |
260260
How am I charged for Assistants?
261261
answer: |
262262
Currently, when you use Assistants API, you're billed for the following:
263-
1. Inference cost (input and output) of the base model you are using for each Assistant (for example gpt-4-0125). If you've created multiple Assistants, you will be charged for the base model attached to each Assistant.
263+
1. Inference cost (input and output) of the base model you're using for each Assistant (for example gpt-4-0125). If you've created multiple Assistants, you will be charged for the base model attached to each Assistant.
264264
2. If you've enabled the Code Interpreter tool. For example if your assistant calls Code Interpreter simultaneously in two different threads, this would create two Code Interpreter sessions, each of which would be charged. Each session is active by default for one hour, which means that you would only pay this fee once if your user keeps giving instructions to Code Interpreter in the same thread for up to one hour.
265265
266-
See the [pricing page](https://azure.microsoft.com/pricing/details/cognitive-services/openai-service/) for more information.
266+
For more information, see the [pricing page](https://azure.microsoft.com/pricing/details/cognitive-services/openai-service/).
267267
- question: |
268268
Is there any additional pricing or quota for using Assistants?
269269
answer: |
270270
No. All [quotas](./quotas-limits.md) apply to using models with Assistants.
271271
- question: |
272-
Does the Assistants API supports non-Azure OpenAI models?
272+
Does the Assistants API support non-Azure OpenAI models?
273273
answer: |
274274
Assistants API only supports Azure OpenAI models.
275275
- question: |
@@ -279,7 +279,7 @@ sections:
279279
- question: |
280280
What are some examples or other resources I can use to learn about Assistants?
281281
answer: |
282-
See the [Conceptual](./concepts/assistants.md), [quickstart](./assistants-quickstart.md), [how-to](./how-to/assistant.md) articles for information on getting started and using Assistnats. You can also check out Azure OpenAI Assistants code samples on [GitHub](https://github.com/Azure-Samples/azureai-samples/tree/main/scenarios/Assistants).
282+
See the [Conceptual](./concepts/assistants.md), [quickstart](./assistants-quickstart.md), [how-to](./how-to/assistant.md) articles for information on getting started and using Assistants. You can also check out Azure OpenAI Assistants code samples on [GitHub](https://github.com/Azure-Samples/azureai-samples/tree/main/scenarios/Assistants).
283283
- name: Web app
284284
questions:
285285
- question: |
@@ -311,7 +311,7 @@ sections:
311311
- question: |
312312
How can I customize or automate the index creation process?
313313
answer:
314-
You can prepare the index yourself using a [script provided on GitHub](https://go.microsoft.com/fwlink/?linkid=2244395). Using this script will create an Azure AI Search index with all the information needed to better leverage your data, with your documents broken down into manageable chunks. Please see the README file with the data preparation code for details on how to run it.
314+
You can prepare the index yourself using a [script provided on GitHub](https://go.microsoft.com/fwlink/?linkid=2244395). Using this script will create an Azure AI Search index with all the information needed to better use your data, with your documents broken down into manageable chunks. See the README file with the data preparation code for details on how to run it.
315315
- question: |
316316
How can I update my index?
317317
answer:
@@ -340,7 +340,7 @@ sections:
340340
If Semantic Search is enabled for my Azure AI Search resource, will it be automatically applied to Azure OpenAI on your data in the Azure OpenAI Studio?
341341
answer:
342342
When you select "Azure AI Search" as the data source, you can choose to apply semantic search.
343-
If you select "Azure Blob Container" or "Upload files" as the data source, you can create the index as usual. Afterwards you would re-ingest the data using the "Azure AI Search" option to select the same index and apply Semantic Search. You will then be ready to chat on your data with semantic search applied.
343+
If you select "Azure Blob Container" or "Upload files" as the data source, you can create the index as usual. Afterwards you would reingest the data using the "Azure AI Search" option to select the same index and apply Semantic Search. You will then be ready to chat on your data with semantic search applied.
344344
- question: |
345345
How can I add vector embeddings when indexing my data?
346346
answer:

0 commit comments

Comments
 (0)