Skip to content

Commit 92accab

Browse files
committed
get the model to respond in a specific language
1 parent 3e7088f commit 92accab

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

articles/ai-services/openai/faq.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,15 @@ sections:
8080
8181
To learn more about how GPT models are trained and work we recommend watching [Andrej Karpathy's talk from Build 2023 on the state of GPT](https://www.youtube.com/watch?v=bZQun8Y4L2A).
8282
83+
- question: |
84+
How can I get the model to respond in a specific language?
85+
answer: |
86+
Ensure that your prompt is clear and specific about the language requirement. If the issue persists, consider adding more context or rephrasing the prompt to reinforce the language instruction.
87+
88+
Example prompts:
89+
* "Please respond in English and only in English."
90+
* "Answer the following question in English: What is the weather like in Fresno?"
91+
8392
- question: |
8493
I asked the model when its knowledge cutoff is and it gave me a different answer than what is on the Azure OpenAI model's page. Why does this happen?
8594
answer:

0 commit comments

Comments
 (0)