Skip to content

Bugfix/non working source link to completions how to #782

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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"
"Source: https://learn.microsoft.com/azure/ai-services/openai/overview"
]
},
{
Expand Down
Loading