agnai icon indicating copy to clipboard operation
agnai copied to clipboard

AI Agnostic (Multi-user and Multi-bot) Chat with Fictional Characters. Designed with scale in mind.

Results 149 agnai issues
Sort by recently updated
recently updated
newest added

Adds special handling to sequences that should not be trimmed, e.g. code block closing tag, markdown separator, etc. Side note: technically `END_SYMBOLS` could be refactored into `END_SEQUENCES` but it makes...

Tweaks impersonation UI in two significant ways: Brings impersonation toggle to all devices (currently only accessible from mobile) and adds clear indication when the toggle is active. Since this is...

Fixed discrepancy between what messages are rendered on the page and how last message's index is calculated. The new version uses the same array (memo) and is rewritten to avoid...

**Describe the bug** If there are hidden messages in the chat (e.g. from having hidden events fired) the regen button disappears although the message can still be regenerated via hotkey...

Without a `promptOrder` present `basic` prompt doesn't work and agnaistic preset falls back to a default template. This is the source of complaints that `impersonation` doesn't appear in prompt with...

Adds a hotkey (arrow up) to edit the last message in the chat, a functionality present in most chat applications. This closes the ux loop: send message -> edit response...

Adds ability to permanently remove messages from `retries` array, aka discard swipes. ![image](https://github.com/agnaistic/agnai/assets/4258136/be012a95-51d5-45bf-8979-42905103dd44) Additionally, it brings the styling of these buttons to be the same as editing buttons (divs instead...

**Is your feature request related to a problem? Please describe.** Currently there is no option to choose the latest snapshot of OpenAI GPT4 Turbo model. The only direct choices are...

**Describe the solution you'd like** Adding a phrase bias to the preset settings. Currently, there is only Anti-Bond feature and Stop Sequence feature. Would be nice if we could add...