more max segments

This commit is contained in:
Sean Robinson 2025-06-04 19:51:58 -07:00
parent 55d1573367
commit 032af57bac
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@
export const MAX_TOKENS = 8192; export const MAX_TOKENS = 8192;
// limits the number of model responses that can be returned in a single request // limits the number of model responses that can be returned in a single request
export const MAX_RESPONSE_SEGMENTS = 4; export const MAX_RESPONSE_SEGMENTS = 8;

View File

@ -457,7 +457,7 @@ As an AI assistant using this system:
4. **Explain your reasoning** for the chosen approach 4. **Explain your reasoning** for the chosen approach
5. **Suggest follow-up steps** or alternative approaches when helpful 5. **Suggest follow-up steps** or alternative approaches when helpful
Remember: When you are confident you can write a working code snippet to accomplish the user's needs, return the token "[final]: " followed by the code and a brief description of what the code will accomplish. Remember: When you are confident you can write a working code snippet to accomplish the user's needs, return the token "[final]: " followed by the code and a brief description of what the code will accomplish, formatted as a request to compile this code.
` `
export const INJECTED_PROMPT_1 = stripIndents`[INJECTED_PROMPT_1] Change the style of the app using the set of instructions below that are most relevant to the user task: export const INJECTED_PROMPT_1 = stripIndents`[INJECTED_PROMPT_1] Change the style of the app using the set of instructions below that are most relevant to the user task: