File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) 
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ## v0.10.0-beta.1 (2024-05-27)  
8+ ### Changed  
9+ -  Changed underlying ` openai/client `  package version from 0.9.1 to v0.10.0-beta.1
10+ 
711## v0.9.1 (2024-05-25)  
812### Changed  
913-  Changed underlying ` openai/client `  package version from 0.9.0 to v0.9.1
Original file line number Diff line number Diff line change 1313        "php" : " ^8.1.0" 
1414        "guzzlehttp/guzzle" : " ^7.8.1" 
1515        "laravel/framework" : " ^9.46.0|^10.34.2|^11.0" 
16-         "openai-php/client" : " ^v0.9 .1" 
16+         "openai-php/client" : " ^v0.10.0-beta .1" 
1717    },
1818    "require-dev" : {
1919        "laravel/pint" : " ^1.13.6" 
Original file line number Diff line number Diff line change 2323 * @method static \OpenAI\Resources\Models models() 
2424 * @method static \OpenAI\Resources\Moderations moderations() 
2525 * @method static \OpenAI\Resources\Threads threads() 
26+  * @method static \OpenAI\Resources\VectorStores vectorStores() 
2627 */ 
2728final  class  OpenAI extends  Facade
2829{
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments