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

Our Prompt Parser cannot support very long prompts #35

Open
viswavi opened this issue May 2, 2023 · 1 comment
Open

Our Prompt Parser cannot support very long prompts #35

viswavi opened this issue May 2, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@viswavi
Copy link
Collaborator

viswavi commented May 2, 2023

#34 introduced a prompt parser which uses a long "meta-prompt" to parse a given prompt. Since the "meta-prompt" is long (1.8k tokens), this limits the prompts that can be provided to our system to 2.2k tokens.

Using long-context models like GPT-4 could be one solution here, but this may be a problem we'll need to address

@viswavi viswavi added the enhancement New feature or request label May 2, 2023
@viswavi viswavi self-assigned this May 2, 2023
@viswavi viswavi mentioned this issue May 2, 2023
11 tasks
@zhaochenyang20
Copy link
Collaborator

#158

Also mentioned here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants