Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rickcau authored Jun 20, 2024
1 parent 49dd423 commit 193edd2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion homework/lesson-3/README.md
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.

0 comments on commit 193edd2

Please sign in to comment.