Skip to content

Commit d547766

Browse files
authored
capitalization, date
1 parent d7927a1 commit d547766

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/ai-services/openai/how-to/completions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.service: cognitive-services
88
ms.subservice: openai
99
ms.topic: how-to
10-
ms.date: 08/11/2023
10+
ms.date: 08/15/2023
1111
author: ChrisHMSFT
1212
ms.author: chrhoder
1313
recommendations: false
@@ -182,7 +182,7 @@ Although this demonstration uses a simple prompt, it highlights several guidelin
182182

183183
## Conduct conversations
184184

185-
Starting with the release of [gpt-35-turbo and gpt-4](/azure/ai-services/openai/how-to/chatgpt?pivots=programming-language-chat-completions), we recommend that you create conversational generation and chatbots by using models that support the _chat completion endpoint_. The chat completion models and endpoint require a different input structure than the completion endpoint.
185+
Starting with the release of [GPT-35-Turbo and GPT-4](/azure/ai-services/openai/how-to/chatgpt?pivots=programming-language-chat-completions), we recommend that you create conversational generation and chatbots by using models that support the _chat completion endpoint_. The chat completion models and endpoint require a different input structure than the completion endpoint.
186186

187187
The API is adept at carrying on conversations with humans and even with itself. With just a few lines of instruction, the API can perform as a customer service chatbot that intelligently answers questions without getting flustered, or a wise-cracking conversation partner that makes jokes and puns. The key is to tell the API how it should behave and then provide a few examples.
188188

@@ -311,7 +311,7 @@ Here are some helpful guidelines for using the API to generate text and code com
311311

312312
- **Raise the Temperature to allow the API to tangent**. Set higher values for the `Temperature` setting to allow the API to respond in a manner that's tangential to the intent described in your prompt.
313313

314-
- **Use the gpt-35-turbo and gpt-4 Azure OpenAI models**. For tasks that involve understanding or generating code, Microsoft recommends using the `gpt-35-turbo` and `gpt-4` Azure OpenAI models. These models use the new [chat completions format](/azure/ai-services/openai/how-to/chatgpt?pivots=programming-language-chat-completions).
314+
- **Use the GPT-35-Turbo and GPT-4 Azure OpenAI models**. For tasks that involve understanding or generating code, Microsoft recommends using the `GPT-35-Turbo` and `GPT-4` Azure OpenAI models. These models use the new [chat completions format](/azure/ai-services/openai/how-to/chatgpt?pivots=programming-language-chat-completions).
315315

316316
## Generate factual responses
317317

@@ -378,5 +378,5 @@ For more information about generating code completions, see [Codex models and Az
378378

379379
## Next steps
380380

381-
- Learn how to work with the [gpt-35-turbo and gpt-4 models](/azure/ai-services/openai/how-to/chatgpt?pivots=programming-language-chat-completions).
381+
- Learn how to work with the [GPT-35-Turbo and GPT-4 models](/azure/ai-services/openai/how-to/chatGPT-4?pivots=programming-language-chat-completions).
382382
- Learn more about the [Azure OpenAI Service models](../concepts/models.md).

0 commit comments

Comments
 (0)