Sceik

Results 40 comments of Sceik

You probably just need to update the snapshots using `pnpm snapshot`. I can't see anything obviously run with the snapshot failures. It'll be easier to see if they're okay once...

Hopefully resolved now.

When stopping a generation, does it leave the "dangling" text behind or clear it?

There a couple of different ways to tackle this particular issue. Due to chats supporting multiple users, having a single property for `translatedMsg` may be wrong. This particular feature needs...

Thank you for contributing. I'm not entirely sure I can accept this. It appears to me that this will add a non-trivial amount of additional effort and cognitive load for...

I won't be adding `Author's note`, but instead something more generic. Prompt templates will eventually support insertion at arbitrary points in the chat history using something that will resemble: ```...

Agnaistic doesn't provide any tooling to run models. However you can use tools such as Llama.cpp, KoboldCpp, Oobabooga text generation webui, Kobold to run a local model and Agnaistic can...

This is particularly difficult to fix. Removing the `{{char}}:` from the prompt doesn't guarantee that the AI will continue from the end of the last sentence. Each service effectively needs...

There are a few things you can try: - Run agnai with the `INJECT` environment variable with your desired `` tag. This replaces the `` element with your `INJECT` environment...