-
-
Notifications
You must be signed in to change notification settings - Fork 25
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: airi card #98
feat: airi card #98
Conversation
Co-authored-by: 藍+85CD <[email protected]>
✅ Deploy Preview for airi-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for airi-vtuber ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
9e28715
to
4f7bc60
Compare
if ('data' in card) { | ||
const ccv3Card = card as ccv3.CharacterCardV3 | ||
return { | ||
name: ccv3Card.data.name, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It can move to ccc later
), | ||
{ | ||
role: 'system', | ||
content: systemPrompt.value.replace(/\{\{user\}\}/g, 'user'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
想想模板字符串能不能有库通用化了吧...
Depends #97