Skip to content

Commit

Permalink
[BYOB-230] 번역 api gpt로 교체 (#71)
Browse files Browse the repository at this point in the history
* feat: 번역 gpt api로 변경

* feat: 번역 한방에 하게 수정

* fix: 겟주 링크 에러 해결

* refactor: 함수 분리

* feat: 홈페이지 문구 업데이트
  • Loading branch information
yangdongsuk authored Nov 10, 2024
1 parent c22afef commit 6b647d4
Show file tree
Hide file tree
Showing 7 changed files with 495 additions and 290 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ next-env.d.ts

# Sentry Config File
.env.sentry-build-plugin
.idea/vcs.xml
.idea/inspectionProfiles/Project_Default.xml
97 changes: 96 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"next": "14.2.4",
"openai": "^4.71.1",
"react": "^18",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18",
Expand Down
Loading

0 comments on commit 6b647d4

Please sign in to comment.