-
Notifications
You must be signed in to change notification settings - Fork 0
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
[UI/UX] Video2Article AI assisted writing UI #45
Comments
새로운 write-article에 적절히 합쳐질 수 있도록 |
write page에서 글 쓰는 부분 위에 섹션을 만들고 아래에 글 쓰는 내용 기반해서 AI로 추천해주는 것을 띄워 주는 방식으로 하고 있습니다.
|
현재 해결하고 있는 문제들
|
요거 비공개 영상으로 뜹니다!
function Demo({data}:{data: string}) {
return (
<TypographyStylesProvider>
<div dangerouslySetInnerHTML={{ __html: 여기에 받아온 텍스트 데이터(만약 html 문자열인 경우) }} />
</TypographyStylesProvider>
);
}
|
감사합니다 ㅎㅎ |
완성했어요! 코드가 다소 스파게티 같아요;;;👀 |
아직 해결이 필요한 문제
|
확인했습니다! 엄청 잘 만들어주셨는데요...ㄷㄷ 코드 몇몇부분 수정할 것들이나 ui 몇개 더 확인하고 응답 속도 해결할 방안 모색해볼게요! |
속도 향상은 webworker 를 이용해서 요청을 병렬화하여 구현되면 빨라질 것 같아요. 사용할 라이브러리로는 useWorker를 사용하지 않을 까 싶네요.. 아마 gpt에서도 병렬화 작업이 있는걸로 알아서 이거랑 적당히 버무리면 맛있는 결과가 나올 것 같네요...ㅎㅎ |
No description provided.
The text was updated successfully, but these errors were encountered: