From d2916c15f361178afd40937b4bf47a3bf1410903 Mon Sep 17 00:00:00 2001 From: wjr Date: Fri, 16 May 2025 16:31:37 +0200 Subject: [PATCH 1/3] chore: update link to completions howto --- 07-building-chat-applications/python/oai-assignment.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07-building-chat-applications/python/oai-assignment.ipynb b/07-building-chat-applications/python/oai-assignment.ipynb index 2238ce72f..924156b0a 100644 --- a/07-building-chat-applications/python/oai-assignment.ipynb +++ b/07-building-chat-applications/python/oai-assignment.ipynb @@ -252,7 +252,7 @@ "**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", "\n", "\n", - "Source: https://github.com/Azure/OpenAI/blob/main/How%20to/Completions.md" + "Source: https://github.com/openai/openai-cookbook/blob/main/articles/how_to_work_with_large_language_models.md" ] }, { From f81ee09520ae68f640cac5a3ce775eab9164ee5c Mon Sep 17 00:00:00 2001 From: wjr Date: Fri, 16 May 2025 16:38:28 +0200 Subject: [PATCH 2/3] chore: update link to completions howto for aoai and githubmodels assignemnts --- 07-building-chat-applications/python/aoai-assignment.ipynb | 2 +- .../python/githubmodels-assignment.ipynb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/07-building-chat-applications/python/aoai-assignment.ipynb b/07-building-chat-applications/python/aoai-assignment.ipynb index 126cc8ed2..deb2a1f2b 100644 --- a/07-building-chat-applications/python/aoai-assignment.ipynb +++ b/07-building-chat-applications/python/aoai-assignment.ipynb @@ -279,7 +279,7 @@ "**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", "\n", "\n", - "Source: https://github.com/Azure/OpenAI/blob/main/How%20to/Completions.md" + "Source: https://github.com/openai/openai-cookbook/blob/main/articles/how_to_work_with_large_language_models.md" ] }, { diff --git a/07-building-chat-applications/python/githubmodels-assignment.ipynb b/07-building-chat-applications/python/githubmodels-assignment.ipynb index 3c2592bf2..9a476e03d 100644 --- a/07-building-chat-applications/python/githubmodels-assignment.ipynb +++ b/07-building-chat-applications/python/githubmodels-assignment.ipynb @@ -250,7 +250,7 @@ "**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", "\n", "\n", - "Source: https://github.com/Azure/OpenAI/blob/main/How%20to/Completions.md" + "Source: https://github.com/openai/openai-cookbook/blob/main/articles/how_to_work_with_large_language_models.md" ] }, { From ec3ca2af761591e589dcd0519aabe280a7228d50 Mon Sep 17 00:00:00 2001 From: wjr Date: Fri, 30 May 2025 14:37:04 +0200 Subject: [PATCH 3/3] chore: change source url regarding to mr comment --- 07-building-chat-applications/python/aoai-assignment.ipynb | 2 +- .../python/githubmodels-assignment.ipynb | 2 +- 07-building-chat-applications/python/oai-assignment.ipynb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/07-building-chat-applications/python/aoai-assignment.ipynb b/07-building-chat-applications/python/aoai-assignment.ipynb index deb2a1f2b..eee6aa029 100644 --- a/07-building-chat-applications/python/aoai-assignment.ipynb +++ b/07-building-chat-applications/python/aoai-assignment.ipynb @@ -279,7 +279,7 @@ "**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", "\n", "\n", - "Source: https://github.com/openai/openai-cookbook/blob/main/articles/how_to_work_with_large_language_models.md" + "Source: https://learn.microsoft.com/azure/ai-services/openai/overview" ] }, { diff --git a/07-building-chat-applications/python/githubmodels-assignment.ipynb b/07-building-chat-applications/python/githubmodels-assignment.ipynb index 9a476e03d..d5a4ec84e 100644 --- a/07-building-chat-applications/python/githubmodels-assignment.ipynb +++ b/07-building-chat-applications/python/githubmodels-assignment.ipynb @@ -250,7 +250,7 @@ "**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", "\n", "\n", - "Source: https://github.com/openai/openai-cookbook/blob/main/articles/how_to_work_with_large_language_models.md" + "Source: https://learn.microsoft.com/azure/ai-services/openai/overview" ] }, { diff --git a/07-building-chat-applications/python/oai-assignment.ipynb b/07-building-chat-applications/python/oai-assignment.ipynb index 924156b0a..03803d69d 100644 --- a/07-building-chat-applications/python/oai-assignment.ipynb +++ b/07-building-chat-applications/python/oai-assignment.ipynb @@ -252,7 +252,7 @@ "**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", "\n", "\n", - "Source: https://github.com/openai/openai-cookbook/blob/main/articles/how_to_work_with_large_language_models.md" + "Source: https://learn.microsoft.com/azure/ai-services/openai/overview" ] }, {