mireu-san / project-novel

An OpenAI base novel recommendation chatbot project. Use Python and JS for frontend.
MIT License
0 stars 0 forks source link

feat - 대화 내역 불러오기 #14

Closed mireu-san closed 11 months ago

mireu-san commented 1 year ago

Intro 현재 대화내역은 유저가 조회할 수 없는 상황.

Descriptions 현재 대화내역은 유저가 조회할 수 없는 상황. 그러나 admin 페이지에서는 대화 내역을 볼 수 있음. (response & prompt 입력값)

여기서, 유저도 해당 내역을 볼 수 있도록 로직 수정 및 추가.

이를 위해, 유저에 대한 권한 설정의 점검이 예상됨.

mireu-san commented 11 months ago
image

부분 성공...? 현재 frontend 쪽 questionnaire.jsx 개선중. https://github.com/mireu-san/lightnovel-gpt-client

mireu-san commented 11 months ago
image

여담: UTC time 만 한국으로 설정 해보기 (celery config)