File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
configured_endpoints : 33
2
2
openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/togetherai%2Ftogetherai-9ca24c17ccf9b0b4c2d27c09881dc74bf4cb44efc7a5ccb7d54fa15caee095d1.yml
3
3
openapi_spec_hash : 306c08678a0677f1deb1d35def6f8713
4
- config_hash : fa59b4c1ab0a2e74aa855e7227b10c7d
4
+ config_hash : ae07f8cefe84a8a01ae2d0c8ddc2ef32
Original file line number Diff line number Diff line change @@ -8,8 +8,7 @@ const client = new Together({
8
8
} ) ;
9
9
10
10
describe ( 'resource audio' , ( ) => {
11
- // AttributeError: BinaryAPIResponse object has no attribute response
12
- test . skip ( 'create: required and optional params' , async ( ) => {
11
+ test ( 'create: required and optional params' , async ( ) => {
13
12
const response = await client . audio . create ( {
14
13
input : 'input' ,
15
14
model : 'cartesia/sonic' ,
You can’t perform that action at this time.
0 commit comments