Skip to content

Commit 68678ed

Browse files
Merge pull request #235930 from mrbullwinkle/mrb_04_25_2023_FAQ_update
[Azure OpenAI] update to reference prompt-engineering content
2 parents 8444216 + 84baa88 commit 68678ed

File tree

1 file changed

+6
-2
lines changed
  • articles/cognitive-services/openai

1 file changed

+6
-2
lines changed

articles/cognitive-services/openai/faq.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
ms.service: cognitive-services
99
ms.subservice: openai
1010
ms.topic: faq
11-
ms.date: 04/04/2023
11+
ms.date: 04/26/2023
1212
ms.author: mbullwin
1313
author: mrbullwinkle
1414
title: Azure OpenAI Service frequently asked questions
@@ -40,7 +40,7 @@ sections:
4040
- question: |
4141
Do the GPT-4 preview models currently support image input?
4242
answer: |
43-
No, GPT-4 is designed by OpenAI to be multimodal, but currently only text input and output is supported.
43+
No, GPT-4 is designed by OpenAI to be multimodal, but currently only text input and output are supported.
4444
- question: |
4545
How do I apply for new use cases?
4646
answer: |
@@ -49,6 +49,10 @@ sections:
4949
I am trying to use embeddings and received the error "InvalidRequestError: Too many inputs. The max number of inputs is 1." How do I fix this?
5050
answer: |
5151
This error typically occurs when you try to send a batch of text to embed in a single API request as an array. Currently Azure OpenAI does not support batching with embedding requests. Embeddings API calls should consist of a single string input per request. The string can be up to 8191 tokens in length when using the text-embedding-ada-002 (Version 2) model.
52+
- question: |
53+
Where can I read about better ways to use Azure OpenAI to get the responses I want from the service?
54+
answer: |
55+
Check out our [introduction to prompt engineering](./concepts/prompt-engineering.md) While these models are extremely 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 mastered the introduction, check out our article on more [advanced prompt engineering techniques](./concepts/advanced-prompt-engineering.md).
5256
- name: Getting access to Azure OpenAI Service
5357
questions:
5458
- question: |

0 commit comments

Comments
 (0)