File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 52
2
- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/contextual-ai%2Fsunrise-ba129149413e8ce01de053816ba37b9c745240a56d3e257fefc0a496692d9290 .yml
3
- openapi_spec_hash : f47fe886b2f39b910ed991c74fba9f96
2
+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/contextual-ai%2Fsunrise-17bdb8a33fb4fcade827bba868bd65cd30c64b1d09b4a6d83c3e37a8439ed37f .yml
3
+ openapi_spec_hash : bc325b52f3b20d8c56e0be5de88f2dc3
4
4
config_hash : f0c8dfba598e8ad313dc6b95c7b34df6
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ describe('resource tune', () => {
33
33
client . agents . tune . create (
34
34
'182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e' ,
35
35
{
36
- 'hyperparams[learning_rate]' : 2 ,
36
+ 'hyperparams[learning_rate]' : 1 ,
37
37
'hyperparams[lora_alpha]' : 8 ,
38
38
'hyperparams[lora_dropout]' : 0 ,
39
39
'hyperparams[lora_rank]' : 8 ,
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ describe('resource parse', () => {
26
26
const response = await client . parse . create ( {
27
27
raw_file : await toFile ( Buffer . from ( '# my file contents' ) , 'README.md' ) ,
28
28
enable_document_hierarchy : true ,
29
- enable_split_tables : false ,
29
+ enable_split_tables : true ,
30
30
figure_caption_mode : 'concise' ,
31
- max_split_table_cells : 100 ,
32
- page_range : '0,1,2,5,6 ' ,
31
+ max_split_table_cells : 0 ,
32
+ page_range : 'page_range ' ,
33
33
parse_mode : 'standard' ,
34
34
} ) ;
35
35
} ) ;
You can’t perform that action at this time.
0 commit comments