Skip to content

Commit dd1328d

Browse files
committed
fix next steps
1 parent 3276d60 commit dd1328d

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
lines changed

articles/ai-services/openai/concepts/prompt-engineering.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,10 @@ While the input size increases with each new generation of GPT models, there wil
141141

142142
Given this limited space, it is important to use it as efficiently as possible.
143143
- Tables – As shown in the examples in the previous section, GPT models can understand tabular formatted data quite easily. This can be a space efficient way to include data, rather than preceding every field with name (such as with JSON).
144-
- White Space – Consecutive whitespaces are treated as separate tokens which can be an easy way to waste space. Spaces preceding a word, on the other hand, are typically treated as part of the same token as the word. Carefully watch your usage of whitespace and don’t use punctuation when a space alone will do.
144+
- White Space – Consecutive whitespaces are treated as separate tokens which can be an easy way to waste space. Spaces preceding a word, on the other hand, are typically treated as part of the same token as the word. Carefully watch your usage of whitespace and don’t use punctuation when a space alone will do.
145145

146-
## Next steps
146+
## Related content
147147

148-
[Learn more about Azure OpenAI.](../overview.md)
148+
* [Learn more about Azure OpenAI](../overview.md).
149+
* Get started with the ChatGPT model with [the ChatGPT quickstart](../chatgpt-quickstart.md).
150+
* For more examples, check out the [Azure OpenAI Samples GitHub repository](https://github.com/Azure/openai-samples)

articles/ai-services/openai/includes/prompt-chat-completion.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,3 @@ Here's an example where the system is provided a [recent blog describing the lau
138138

139139
<sup>1</sup> Text from [Azure OpenAI GPT-4 launch blog](https://azure.microsoft.com/blog/introducing-gpt4-in-azure-openai-service/).
140140

141-
## Next steps
142-
143-
* [Learn more about Azure OpenAI](../overview.md).
144-
* [Learn more about the Chat Completions API](../how-to/chatgpt.md).
145-
* [Azure OpenAI Samples](https://github.com/Azure-Samples/azureai-samples/tree/main).

articles/ai-services/openai/includes/prompt-completion.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,3 @@ In the next example we test two model responses at different temperature setting
149149

150150
Top_probability is another parameter and is similar to temperature in that it also controls the randomness of the model response, but it does so in a different way. Experiment with different model responses by varying temperature and Top_P, but not both at once.
151151

152-
## Next steps
153-
154-
* [Learn more about Azure OpenAI](../overview.md).
155-
* Get started with the ChatGPT model with [the ChatGPT quickstart](../chatgpt-quickstart.md).
156-
* For more examples, check out the [Azure OpenAI Samples GitHub repository](https://github.com/Azure/openai-samples)

0 commit comments

Comments
 (0)