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: tavernai character import support #467

Closed
velaton618 opened this issue Jan 13, 2024 · 5 comments
Closed

feat: tavernai character import support #467

velaton618 opened this issue Jan 13, 2024 · 5 comments

Comments

@velaton618
Copy link
Contributor

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Now, there is no way for me to import TavernAI characters as png files, I can only try to copy their content and create modelfile.

Describe the solution you'd like
A clear and concise description of what you want to happen.

Add a way to import modelfile as png from TavernAI

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@tjbck
Copy link
Contributor

tjbck commented Jan 14, 2024

Hi, Thanks for the suggestion! I'd like to consider your feature request but I'm not really familiar with TavernAI, Could you share example TavernAI character files with us? If you could also elaborate more on the use case and the import workflow you have in mind, that would be clarify things for us and would be helpful to understand what exactly you're asking for, Thanks!

@velaton618
Copy link
Contributor Author

velaton618 commented Jan 14, 2024

here's an example. You can also find others here: https://www.chub.ai

v1
v2

There are properties like description of a characer inside png metadata.

@velaton618
Copy link
Contributor Author

TavernAI is a web ui for apis like text-generation-web-ui, where you can role play with virtual characters(they are stored using pngs metadata). It's almost the same as modelfiles in ollama, but it would be easier if I could import any character from the website above.

You could get the metadata and put it to systemprompt and name of modelfile, and then use the png as an avatar of the modelfile.

@tjbck tjbck changed the title TavernAI Characters support feat: tavernai character import support Jan 16, 2024
@Arcitec
Copy link

Arcitec commented May 19, 2024

It wouldn't work to "just import those things". Open-WebUI would need support for conversation topics/character memory. If that's implemented, it would then be pretty trivial to write a converter that loads a character and saves it as a "open-webui topic" with relevant keywords and prompt injection strings.

This feature would not be doable until #2382 exists.

@tjbck
Copy link
Contributor

tjbck commented Jul 10, 2024

Closing in favour of #2382

@tjbck tjbck closed this as completed Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants