Skip to content

Commit b28dd9e

Browse files
committed
edits w Mary
1 parent a715f0f commit b28dd9e

File tree

6 files changed

+14
-10
lines changed

6 files changed

+14
-10
lines changed

articles/ai-services/openai/concepts/assistants.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ We provide a walkthrough of the Assistants playground in our [quickstart guide](
5555
|**Run Step** | A detailed list of steps the Assistant took as part of a Run. An Assistant can call tools or create Messages during it’s run. Examining Run Steps allows you to understand how the Assistant is getting to its final results. |
5656

5757
## Assistants data access
58-
TBD
58+
5959
Currently, assistants, threads, messages, and files created for Assistants are scoped at the Azure OpenAI resource level. Therefore, anyone with access to the Azure OpenAI resource or API key access is able to read/write assistants, threads, messages, and files.
6060

6161
We strongly recommend the following data access controls:

articles/ai-services/openai/faq.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ sections:
6060
Where can I read about better ways to use Azure OpenAI to get the responses I want from the service?
6161
answer: |
6262
Check out our [introduction to prompt engineering](./concepts/prompt-engineering.md). While these models are powerful, their behavior is also very sensitive to the prompts they receive from the user. This makes prompt construction an important skill to develop. After you've completed the introduction, check out our article on [advanced prompt engineering techniques](./concepts/advanced-prompt-engineering.md).
63-
TBD- question: |
63+
- question: |
6464
My guest account has been given access to an Azure OpenAI resource, but I'm unable to access that resource in the Azure OpenAI Studio. How do I enable access?
6565
answer: |
6666
This is expected behavior when using the default sign-in experience for the [Azure OpenAI Studio](https://oai.azure.com).
@@ -122,7 +122,13 @@ sections:
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.
125-
125+
- name: Getting access to Azure OpenAI Service
126+
questions:
127+
- question: |
128+
How do I get access to Azure OpenAI?
129+
answer: |
130+
Currently there is no requirement to access Azure OpenAI Service.
131+
126132
- name: Learning more and where to ask questions
127133
questions:
128134
- question: |

articles/ai-services/openai/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ landingContent:
126126
links:
127127
- text: Transparency note
128128
url: /legal/cognitive-services/openai/transparency-note?context=/azure/ai-services/openai/context/context
129-
- text: Limited access to Azure OpenAI capabilities
129+
- text: Limited access
130130
url: /legal/cognitive-services/openai/limited-access?context=/azure/ai-services/openai/context/context
131131
- text: Code of conduct
132132
url: /legal/cognitive-services/openai/code-of-conduct?context=/azure/ai-services/openai/context/context

articles/ai-services/openai/overview.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ Azure OpenAI Service provides REST API access to OpenAI's powerful language mode
3333

3434
At Microsoft, we're committed to the advancement of AI driven by principles that put people first. Generative models such as the ones available in Azure OpenAI have significant potential benefits, but without careful design and thoughtful mitigations, such models have the potential to generate incorrect or even harmful content. Microsoft has made significant investments to help guard against abuse and unintended harm, which includes requiring applicants to show well-defined use cases, incorporating Microsoft’s <a href="https://www.microsoft.com/ai/responsible-ai?activetab=pivot1:primaryr6" target="_blank">principles for responsible AI use</a>, building content filters to support customers, and providing responsible AI implementation guidance to onboarded customers.
3535

36+
## How do I get access to Azure OpenAI?
37+
38+
Currently there is no requirement to access Azure OpenAI Service.
3639

3740
## Comparing Azure OpenAI and OpenAI
3841

articles/ai-services/openai/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ items:
218218
href: /legal/cognitive-services/openai/overview?context=/azure/ai-services/openai/context/context
219219
- name : Transparency note
220220
href: /legal/cognitive-services/openai/transparency-note?context=/azure/ai-services/openai/context/context
221-
- name: Limited access to Azure OpenAI capabilities
221+
- name: Limited access
222222
href: /legal/cognitive-services/openai/limited-access?context=/azure/ai-services/openai/context/context
223223
- name: Code of conduct
224224
href: /legal/cognitive-services/openai/code-of-conduct?context=/azure/ai-services/openai/context/context

articles/ai-services/openai/whats-new.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ This article provides a summary of the latest releases and major documentation u
2020

2121
## July 2024
2222

23-
### Limited Access removed for all base models
24-
25-
tbd
26-
27-
2823
### New Responsible AI default content filtering policy
2924

3025
The new default content filtering policy `DefaultV2` delivers the latest safety and security mitigations for the GPT model series (text), including:

0 commit comments

Comments
 (0)