Skip to content

Commit f81ee09

Browse files
committed
chore: update link to completions howto for aoai and githubmodels assignemnts
1 parent d2916c1 commit f81ee09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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://github.com/openai/openai-cookbook/blob/main/articles/how_to_work_with_large_language_models.md"
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://github.com/openai/openai-cookbook/blob/main/articles/how_to_work_with_large_language_models.md"
254254
]
255255
},
256256
{

0 commit comments

Comments
 (0)