-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feat] 파일 읽고, GPT 호출하고, 저장하기 #9
Open
codesejin
wants to merge
16
commits into
main
Choose a base branch
from
feature/chatgpt-codesejin
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
버그 보고 하는 이슈 템플릿
새로운 기능에 대한 이슈 템플릿
도움을 요청하는 이슈 템플릿
dummy.js를 ts로 변경하고, package.json에서 type: module 제거
This was
linked to
issues
Aug 9, 2023
고생많으셨습니다! 코드 분리 깔끔하게 잘 해주셨네요! |
아! 그리고 develop 브랜치에도 머지 부탁드립니다 ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📌 PR Checklist
Please check if your PR fulfills the following requirements:
✨ PR Type
What kind of change does this PR introduce?
🧑💻 What is the current behavior?
Issue Number:
관련된 이슈 넘버인데, 확인하고 싶으시다면 클릭해주세요.
#6 #8
커밋을 확인하고 싶다면 아래 링크를 클릭해주세요.
변경된 커밋 내용 : 커밋 해시 넘버 6257310
민규님이 알려주신 cli 관련 설정 참고할 만한 사이트 입니다
원본 : https://blog.logrocket.com/building-typescript-cli-node-js-commander/
번역본 : https://itchallenger.tistory.com/851
🚶♀️ What is the new behavior?
package.json , tsconfig.json , dummy.ts , api-caller.ts 등 변경 사항이 많습니다
기본 시작 명령어
node dist/dummy.js
파일 읽고, gpt 호출하고, 파일 저장하는 명령어
node dist/dummy.js g -f samples/user-data-config.json -o json
아직 더 수정해야할 것
(이유 : 의도했던 바랑 다르게 input값이 달라져서 gpt의 응답이 달라질 수 있음)
🚨 Does this PR introduce a breaking change?
📸 Other information