This project is a project that provides programming by stage by giving R & R to the GPT.
(
️ Experimental ) This project is currently being experimented, and it is necessary to pay attention to running because it can consume Open AI tokens.
This project is a programming to GPT, but each stage is given R & R to each stage.
?? ⚕️ Architect-> ?? ♀️ Tech Evangelist-> (?
I am in charge of the design according to the initial request. First, five plans are drawn and the best project is selected, and the plan is improved by conducting its own improvement meeting to improve the project up to 10 times until the quality of development planning.
Create a list of project specifications and reference techniques based on the plan completed by the architect.
First programming, request a review from a real user, and then modify the development.
Write a test script and develop a complementary development by exploring the direction to make the developed functions stable.
Receive the actual test results and create a report that analyzes test results, causes and solutions.
After reading the written program and the occurrence of errors and QA reports, the script will be modified to try to solve the error.
The process from Lead to Senior is repeated until it passes through all the actual tests.
Enter the project and install the following command and install it. (This project requires Node.js.)
git clone https://github.com/hmmhmmhm/friday-gpt
cd ./friday-gpt
npm install
Create the .ENV file at the top of the project and switch below.
Openai_API_KEY is essential for movements and can be issued here. Open AI GET API Keys
Enter Azure_Speech_Key to use TTS to tell you the process. (You don't have to put information.)
*Azure _ ** related input value can be issued here. Azure Speech Services
OPENAI_CHAT_MODEL=gpt-3.5-turbo # 또는 gpt-4
OPENAI_API_KEY=
AZURE_SPEECH_KEY=
AZURE_SPEECH_REGION=
AZURE_SPEECH_VOICE=ko-KR-SeoHyeonNeural
Open the src/input.ts file and set the desired development direction for the userrequest variable.
export const userRequest =
'문자열로 두 개의 숫자 값을 입력 받아서 마치 사람이 계산하는 방법처럼 각 단위의 숫자를 비교해서 무제한 길이로 사칙연산을 할 수 있는 Typescript 라이브러리를 작성해줘'
Run the following command and send a request to AI.
npm run dev
Alternatively, you can also attach a prompt on the command line as follows.
npm run dev 여러가지 순열들을 제공해주는 Typescript 라이브러리를 제공해 줘
All result files are created in the result folder.
MIT LICENSED.