-
-
Notifications
You must be signed in to change notification settings - Fork 344
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
[Enhancement]: Use Character Cards #49
Comments
This sounds really cool. I have been looking for information about how to extract the character information fields from .png files in Python, but haven't found much yet. I'm sure I could dig into the node code in SillyTavern and figure it out, though. |
Please look into the various card formats, and do a small write-up. I'm happy to integrate the correct code, but I don't have time to research which is best. |
Are you planning on using the v2 or v3 standard for character cards? |
Not even looked into this yet! I need to build out the core systems first. |
Ah okay, here's the links to the V2 and V3 specs. Note that not all frontends support all V3 features yet. V2 would be the best choice right now but V3 does seem like the way to go eventually as it lets you bundle assets within the card, possibly even the TTS models. |
The personality of GLaDOS currently resides in the system prompt and dialog in the config.yaml.
As there is already a few standards for designing characters, we should probably adopt one.
ToDo:
The text was updated successfully, but these errors were encountered: