An open API service indexing awesome lists of open source software.

https://github.com/lazauk/deeplearningai-chatgpt-buildingsystems

Practical Jupyter notebooks from Andrew Ng and Isa Fulford's "Building Systems with the ChatGPT API" course on DeepLearning.AI.
https://github.com/lazauk/deeplearningai-chatgpt-buildingsystems

andrew-ng-course chatgpt isa-fulford-course machine-learning openai

Last synced: 5 months ago
JSON representation

Practical Jupyter notebooks from Andrew Ng and Isa Fulford's "Building Systems with the ChatGPT API" course on DeepLearning.AI.

Awesome Lists containing this project

README

          

# Building Systems with the ChatGPT API

Andrew Ng and Isa Fulford's released great course called ["Building Systems with the ChatGPT API"](https://learn.deeplearning.ai/chatgpt-building-system/) on DeepLearning.AI site.

I've followed on-screen instructions to re-create their practical Jupyter notebooks and then adapted the code to run against Azure OpenAI service, as it has slightly different syntax in comparison to the original OpenAI endpoints:
1. Language Models, the Chat Format and Tokens;
2. Classification;
3. Moderation;
4. Chain of Thoughts;
5. Chaining Prompts;
6. Check Outputs;
7. Build an End-to-End System;
8. Evaluation - Part 1;
9. Evaluation - Part 2.