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

[web] load preset characters #201

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

law-liet
Copy link
Collaborator

@law-liet law-liet commented Aug 6, 2023

A button to load preset characters when there are no characters. Wanted to create default conversations as well, but that requires setting default tokens.

@vercel
Copy link

vercel bot commented Aug 6, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
skyagi ✅ Ready (Inspect) Visit Preview Aug 6, 2023 11:19pm

@law-liet law-liet changed the title [wed ]add preset characters [wed] load preset characters Aug 6, 2023
@law-liet law-liet changed the title [wed] load preset characters [web] load preset characters Aug 6, 2023
@law-liet law-liet marked this pull request as ready for review August 6, 2023 23:22
@law-liet law-liet requested a review from qizheng7 as a code owner August 6, 2023 23:22
@law-liet law-liet marked this pull request as draft August 6, 2023 23:25
characters.forEach((character) => {
_createCharacter(user_id, character);
});
// _createConversation(user_id, characters);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clean up?

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

Successfully merging this pull request may close these issues.

None yet

2 participants