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

"context" modes #32

Closed
DavidSouther opened this issue Apr 9, 2024 · 0 comments · Fixed by #43
Closed

"context" modes #32

DavidSouther opened this issue Apr 9, 2024 · 0 comments · Fixed by #43

Comments

@DavidSouther
Copy link
Owner

The current context window loads content and performs an alphabetical merge, similar to today's chatbots. This works for expansive generation (first an overview, then a plan, then some details), but is unable to load "later" content or non-sorted content.

There is also "isolated" which breaks the in-order rule, but means only the system prompt is applied.

This configuration must be chosen before loading content, and will have three modes:

  • content - the current alphabetical mode.
  • folder - Includes all other files in the folder as a series of {user: The file {foo}'s contents}, {assistant: <file name={foo}>...{foo}...</file>} messages. The prompt is included as a final file. Requires a prompt message be synthetically added after content is loaded.
  • none - ignore loaded system prompts (does still include loaded .aillyrc settings), ignore predecessors.
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 a pull request may close this issue.

1 participant