agnaistic / agnai

AI Agnostic (Multi-user and Multi-bot) Chat with Fictional Characters. Designed with scale in mind.
https://agnai.chat
GNU Affero General Public License v3.0
535 stars 107 forks source link

"Plain text" is not an option in when creating a chat #36

Closed equivalentx closed 1 year ago

equivalentx commented 1 year ago

When creating character I wanter to use Plain Text persona scheme, but it didn't switch from this persona attribbutes list, so i had to create a character and then edit it, then it switched.

Anyway, when I tried to create a new chat with this character there was no Plain Text option at all, just other 3, and my plain text from earlier was inserted as attribute "text"

And my plain text is just "character_name from anime_name", it worked well with openai with tavernai, it just took all the info about the character from it's database or whatever, but what about this agnai?

sceuick commented 1 year ago

Thanks for reaching out.

I think "plain text" persona type was overlooked in the create chat screen. Will fix. :smiley:

sceuick commented 1 year ago

Hopefully fixed by 3997c12

equivalentx commented 1 year ago

Hopefully fixed by 3997c12

image

equivalentx commented 1 year ago

Also direct speech and actions are the same color even tho i use markdown ie asterisks, which is inconvenient

equivalentx commented 1 year ago

Also plain text cuts off at 75 characters

sceuick commented 1 year ago

Where does plain text cut off at 75 characters? Do you mean the field doesn't allow more than 75 characters?

sceuick commented 1 year ago

The dropdown should be fixed with 3ccf504 now. It'll be disabled if the characters persona kind of plain text and will only display "Plain text".

equivalentx commented 1 year ago

Where does plain text cut off at 75 characters? Do you mean the field doesn't allow more than 75 characters?

when editing the character and clicking update

sceuick commented 1 year ago

Okay, I think I've gotten to the bottom of this now! It turned out to be related to splitting based on , commas which is how regular attributes are handled. Hopefully fixed by aa2f9d1.

sceuick commented 1 year ago

Pretty sure this is all solved now.