mirror of
https://github.com/stackblitz/bolt.new
synced 2025-06-26 18:17:50 +00:00
prompt tweaks and token length
This commit is contained in:
parent
14d6908261
commit
3d1872e985
@ -1,5 +1,5 @@
|
||||
// see https://docs.anthropic.com/en/docs/about-claude/models
|
||||
export const MAX_TOKENS = 8192;
|
||||
export const MAX_TOKENS = 3 * 8192;
|
||||
|
||||
// limits the number of model responses that can be returned in a single request
|
||||
export const MAX_RESPONSE_SEGMENTS = 8;
|
||||
|
@ -547,7 +547,7 @@ Research a topic: POST /research_topic: Research a topic using an online browser
|
||||
|
||||
Ensure that the necessary input and output controls are present to allow the user to run this code, sending in what they need to at the time.
|
||||
|
||||
Also, please add a green button to show the results, and a red button that will delete the objects produced by the code.
|
||||
Also, please add a green button to show the raw API input/output results, and a red button that will delete the objects produced by the code.
|
||||
|
||||
After you've done this, please also return the following block in order to install and run the code:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user