You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/openai/faq.yml
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,15 @@ sections:
80
80
81
81
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).
82
82
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
+
83
92
- question: |
84
93
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?
0 commit comments