A simple application that receives a get request then communicates with the OpenAI server to bring back a response. This API aims to serve as a basis for future applications and as a model for anyone who wants to implement ChatGPT in their applications.
- Receiving a GET method with a JSON body;
- Simple communication with the OpenAI server;
- Custom templente
The following technologies were used in the development of the project's Rest API: