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

최대 토큰 수 대응 #6

Open
1 task
FacerAin opened this issue Oct 15, 2023 · 0 comments
Open
1 task

최대 토큰 수 대응 #6

FacerAin opened this issue Oct 15, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@FacerAin
Copy link
Collaborator

FacerAin commented Oct 15, 2023

🚀 Feature Request

  • 현재는 러프하게 문자열 길이 1만까지로 LLM 입력 토큰 수 제한하고 있음.
  • 하지만 한글 입력의 경우 1만 글자 이내가 4097 토큰을 넘어버릴 수 있음.
  • 또한 llm이나 사용자 입장에서 바람직한 방법이 아님.
  • 따라서 개선책 고민해보기.

TODO

  • gpt-3.5-turbo-16k 적용 -> cons: 요금 2배

📎 Additional context

@FacerAin FacerAin added the enhancement New feature or request label Oct 15, 2023
@FacerAin FacerAin self-assigned this Oct 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant