This is a project that will generate the code for an API based on the response to the prompt of what you will be building today.
Using chatGPT-4 we will provide a rust API template that will be used to create a new API for a different purpose.
Within auot_gippity project. You must create a .env file based on the .env Copy and add the required keys.
openAI org key and API key needed from https://openai.com/
Obtain the keys needed as shown in the .env Copy file.
OPEN_AI_ORG=
OPEN_AI_KEY=
code_tempalte.rs holds the example of a rust API used by chatGPT-4
main.rs will hold the generated rust API given by chatGPT-4 based on the given prompt.