Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 07-building-chat-applications/python/aoai-assignment.ipynb
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct url is https://learn.microsoft.com/azure/ai-services/openai/overview for Azure Open AI services

Original file line number Diff line number Diff line change
Expand Up @@ -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://learn.microsoft.com/azure/ai-services/openai/overview"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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://learn.microsoft.com/azure/ai-services/openai/overview"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion 07-building-chat-applications/python/oai-assignment.ipynb
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Original file line number Diff line number Diff line change
Expand Up @@ -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"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

baisu kin gw kofsi tia ne gue nih nah

"Source: https://learn.microsoft.com/azure/ai-services/openai/overview"
]
},
{
Expand Down
Loading