Skip to content

Commit d2916c1

Browse files
committed
chore: update link to completions howto
1 parent 481be02 commit d2916c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

0 commit comments

Comments
 (0)