Skip to content
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

✅ Feature: 채팅 message에 AI의 파라미터를 같이 보내도록 하겠습니다. #52

Closed
3 tasks done
soulchicken opened this issue Aug 11, 2023 · 1 comment · Fixed by #55
Closed
3 tasks done
Labels
feature New feature or request

Comments

@soulchicken
Copy link
Member

soulchicken commented Aug 11, 2023

Description

8.11 회의에서 나온 이야기로 채팅의 응답에 필요한 파라미터값을 일단은 클라이언트에서 조절하는 방식으로 만들고자 합니다.
UI가 따로 나온 것이 없지만 당장 필요한 기능을 먼저 만들고 (마치 땜빵) figma로 UI 작업을 할 계획입니다.

To Do

  • 파라미터를 넣을 수 있도록 전역 state 설정
  • UI는 모르겠고 일단 필요한 기능 구현
  • message에 원하는 파라미터를 같이 보내기

ETC

추후에 시안이 나오면 디자인 작업과 함께 #31 #33 을 위한 리팩토링도 진행할 예정입니다.

@soulchicken soulchicken added the feature New feature or request label Aug 11, 2023
@soulchicken
Copy link
Member Author

KakaoTalk_Image_2023-08-11-22-19-56 서버측에서 필요로 하는 데이터의 포맷입니다.

soulchicken added a commit that referenced this issue Aug 13, 2023
- temperature는 0 ~ 1, repetitionPenalty은 1 ~ 2 사이로 구현
- 일단 화면에서 확인하기 위해서 아직 구현되지 않은 개인 프로필 페이지에 적용
soulchicken added a commit that referenced this issue Aug 13, 2023
- temperatureParam, repetitionPenaltyParam 이라는 변수로 AI에 필요한 파라미터를 store에 전역 state로 정의했습니다.
- update 함수를 만들어서 두 변수를 한 번에 변경하도록 정의했습니다.
soulchicken added a commit that referenced this issue Oct 31, 2023
- temperature는 0 ~ 1, repetitionPenalty은 1 ~ 2 사이로 구현
- 일단 화면에서 확인하기 위해서 아직 구현되지 않은 개인 프로필 페이지에 적용
soulchicken added a commit that referenced this issue Oct 31, 2023
- temperatureParam, repetitionPenaltyParam 이라는 변수로 AI에 필요한 파라미터를 store에 전역 state로 정의했습니다.
- update 함수를 만들어서 두 변수를 한 번에 변경하도록 정의했습니다.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant