File tree Expand file tree Collapse file tree 7 files changed +7
-6
lines changed
unstract/sdk1/src/unstract/sdk1/adapters/llm1/static Expand file tree Collapse file tree 7 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 2626 "type" : " number" ,
2727 "minimum" : 0 ,
2828 "multipleOf" : 1 ,
29- "default" : 512 ,
29+ "default" : 4096 ,
3030 "title" : " Maximum Output Tokens" ,
3131 "description" : " Maximum number of output tokens to limit LLM replies, the maximum possible differs from model to model."
3232 },
Original file line number Diff line number Diff line change 3939 "minimum" : 0 ,
4040 "multipleOf" : 1 ,
4141 "title" : " Maximum Output Tokens" ,
42- "default" : 256 ,
42+ "default" : 4096 ,
4343 "description" : " Maximum number of output tokens to limit LLM replies, maximum possible varies from model to model."
4444 },
4545 "max_retries" : {
Original file line number Diff line number Diff line change 5050 "minimum" : 0 ,
5151 "multipleOf" : 1 ,
5252 "title" : " Maximum Output Tokens" ,
53+ "default" : 4096 ,
5354 "description" : " Maximum number of output tokens to limit LLM replies, leave it empty to use the maximum possible for the selected model."
5455 },
5556 "max_retries" : {
Original file line number Diff line number Diff line change 4242 "type" : " number" ,
4343 "minimum" : 0 ,
4444 "multipleOf" : 1 ,
45- "default" : 512 ,
45+ "default" : 4096 ,
4646 "title" : " Maximum Output Tokens" ,
4747 "description" : " Maximum number of output tokens to limit LLM replies, the maximum possible differs from model to model."
4848 },
Original file line number Diff line number Diff line change 3737 "type" : " number" ,
3838 "minimum" : 0 ,
3939 "multipleOf" : 1 ,
40- "default" : 512 ,
40+ "default" : 4096 ,
4141 "title" : " Maximum Output Tokens" ,
4242 "description" : " Maximum number of output tokens to limit LLM replies, the maximum possible differs from model to model."
4343 },
Original file line number Diff line number Diff line change 4343 "minimum" : 0 ,
4444 "multipleOf" : 1 ,
4545 "title" : " Maximum Output Tokens" ,
46+ "default" : 4096 ,
4647 "description" : " Maximum number of output tokens to limit LLM replies, leave it empty to use the maximum possible for the selected model."
4748 },
4849 "max_retries" : {
Original file line number Diff line number Diff line change 4545 "minimum" : 0 ,
4646 "multipleOf" : 1 ,
4747 "title" : " Max output tokens" ,
48- "default" : 2048 ,
48+ "default" : 4096 ,
4949 "description" : " Maximum number of output tokens to generate. This is limited by the maximum supported by the model and will vary from model to model"
5050 },
5151 "safety_settings" : {
5252 "type" : " object" ,
5353 "title" : " Safety Settings" ,
5454 "description" : " Vertex AI's configurable safety filters" ,
5555 "properties" : {
56- "type" : " string" ,
5756 "dangerous_content" : {
5857 "type" : " string" ,
5958 "title" : " Dangerous Content" ,
You can’t perform that action at this time.
0 commit comments