Skip to content

Commit 2ce80b0

Browse files
authored
Merge pull request #782 from wolfJaeger/bugfix/non-working-source-link-to-completions-how-to
Bugfix/non working source link to completions how to
2 parents a613bc4 + ec3ca2a commit 2ce80b0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

07-building-chat-applications/python/aoai-assignment.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
"**Check your settings.** The temperature and top_p settings control how deterministic the model is in generating a response. If you're asking it for a response where there's only one right answer, then you'd want to set these lower. If you're looking for more diverse responses, then you might want to set them higher. The number one mistake people make with these settings is assuming that they're \"cleverness\" or \"creativity\" controls.\n",
280280
"\n",
281281
"\n",
282-
"Source: https://github.com/Azure/OpenAI/blob/main/How%20to/Completions.md"
282+
"Source: https://learn.microsoft.com/azure/ai-services/openai/overview"
283283
]
284284
},
285285
{

07-building-chat-applications/python/githubmodels-assignment.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
"**Check your settings.** The temperature and top_p settings control how deterministic the model is in generating a response. If you're asking it for a response where there's only one right answer, then you'd want to set these lower. If you're looking for more diverse responses, then you might want to set them higher. The number one mistake people make with these settings is assuming that they're \"cleverness\" or \"creativity\" controls.\n",
251251
"\n",
252252
"\n",
253-
"Source: https://github.com/Azure/OpenAI/blob/main/How%20to/Completions.md"
253+
"Source: https://learn.microsoft.com/azure/ai-services/openai/overview"
254254
]
255255
},
256256
{

07-building-chat-applications/python/oai-assignment.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
"**Check your settings.** The temperature and top_p settings control how deterministic the model is in generating a response. If you're asking it for a response where there's only one right answer, then you'd want to set these lower. If you're looking for more diverse responses, then you might want to set them higher. The number one mistake people make with these settings is assuming that they're \"cleverness\" or \"creativity\" controls.\n",
253253
"\n",
254254
"\n",
255-
"Source: https://github.com/Azure/OpenAI/blob/main/How%20to/Completions.md"
255+
"Source: https://learn.microsoft.com/azure/ai-services/openai/overview"
256256
]
257257
},
258258
{

0 commit comments

Comments
 (0)