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

feat: cache tts audio 缓存tts语音 #5650

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Prev Previous commit
style: update max-width in chat message item
  • Loading branch information
Dakai committed Oct 13, 2024
commit 85e70f559d1511d9eef179840d769d49022551b4
2 changes: 1 addition & 1 deletion app/components/chat.module.scss
Original file line number Diff line number Diff line change
@@ -430,7 +430,7 @@

.chat-message-item {
box-sizing: border-box;
max-width: 300px;
max-width: 100%;
margin-top: 10px;
border-radius: 10px;
background-color: rgba(0, 0, 0, 0.05);
Loading