You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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
The text was updated successfully, but these errors were encountered:
#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
The text was updated successfully, but these errors were encountered: