mirror of
https://github.com/stackblitz/bolt.new
synced 2025-06-26 18:17:50 +00:00
more max segments
This commit is contained in:
parent
55d1573367
commit
032af57bac
@ -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;
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user