-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
TBD | ||
# Lesson 3 Homework | ||
## Learn how to use call the Chat Completion Endpoint by using Curl or Postman or some other REST tool | ||
I highly recommend that you always first understand how the call the endpoints using a REST tool. In doing do it forces you to learn and understand the the request body structure. Once you fully understand this, you can move on to writing code that makes use of the endpoint. | ||
|
||
## Using the Lesson-3 Solution as an example expand it. | ||
Take what you have learned from the prior lessons and now modify the solution so the user can ask questions about weather or documents. |