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 @@ -8,7 +8,7 @@ const client = new LlamaAPIClient({
88} ) ; 
99
1010describe ( 'resource completions' ,  ( )  =>  { 
11-   // skipped:  tests are disabled for the time being  
11+   // Prism  tests are disabled 
1212  test . skip ( 'create: only required params' ,  async  ( )  =>  { 
1313    const  responsePromise  =  client . chat . completions . create ( { 
1414      messages : [ {  content : 'string' ,  role : 'user'  } ] , 
@@ -23,7 +23,7 @@ describe('resource completions', () => {
2323    expect ( dataAndResponse . response ) . toBe ( rawResponse ) ; 
2424  } ) ; 
2525
26-   // skipped:  tests are disabled for the time being  
26+   // Prism  tests are disabled 
2727  test . skip ( 'create: required and optional params' ,  async  ( )  =>  { 
2828    const  response  =  await  client . chat . completions . create ( { 
2929      messages : [ {  content : 'string' ,  role : 'user'  } ] , 
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const client = new LlamaAPIClient({
88} ) ; 
99
1010describe ( 'resource models' ,  ( )  =>  { 
11-   // skipped:  tests are disabled for the time being  
11+   // Prism  tests are disabled 
1212  test . skip ( 'retrieve' ,  async  ( )  =>  { 
1313    const  responsePromise  =  client . models . retrieve ( 'Llama-3.3-70B-Instruct' ) ; 
1414    const  rawResponse  =  await  responsePromise . asResponse ( ) ; 
@@ -20,7 +20,7 @@ describe('resource models', () => {
2020    expect ( dataAndResponse . response ) . toBe ( rawResponse ) ; 
2121  } ) ; 
2222
23-   // skipped:  tests are disabled for the time being  
23+   // Prism  tests are disabled 
2424  test . skip ( 'list' ,  async  ( )  =>  { 
2525    const  responsePromise  =  client . models . list ( ) ; 
2626    const  rawResponse  =  await  responsePromise . asResponse ( ) ; 
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const client = new LlamaAPIClient({
88} ) ; 
99
1010describe ( 'resource moderations' ,  ( )  =>  { 
11-   // skipped:  tests are disabled for the time being  
11+   // Prism  tests are disabled 
1212  test . skip ( 'create: only required params' ,  async  ( )  =>  { 
1313    const  responsePromise  =  client . moderations . create ( {  messages : [ {  content : 'string' ,  role : 'user'  } ]  } ) ; 
1414    const  rawResponse  =  await  responsePromise . asResponse ( ) ; 
@@ -20,7 +20,7 @@ describe('resource moderations', () => {
2020    expect ( dataAndResponse . response ) . toBe ( rawResponse ) ; 
2121  } ) ; 
2222
23-   // skipped:  tests are disabled for the time being  
23+   // Prism  tests are disabled 
2424  test . skip ( 'create: required and optional params' ,  async  ( )  =>  { 
2525    const  response  =  await  client . moderations . create ( { 
2626      messages : [ {  content : 'string' ,  role : 'user'  } ] , 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments