File tree Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 1+ ### 0.8.5  
2+ 
3+ #### Pull Requests:   
4+ 
5+ *  https://github.com/JuliaML/OpenAI.jl/pull/40 
6+ 
7+ #### Notes:  
8+ 
9+ *  bugfix: created a separate test file for chat completion: despite the naming similarity, 
10+           the /v1/chat/completions has nothing to do with /v1/completions. 
11+           If a test fails, we need to be able to differentiate between the two easily.
12+ *  added JET code quality test
13+ *  add attributions for contributors via authors field in Project.toml
14+ 
115### 0.8.4  
216
317*  feature: get api usage via get_usage_status(), add test
Original file line number Diff line number Diff line change 11name  = " OpenAI" 
22uuid  = " e9f21f70-7185-4079-aca2-91159181367c" 
3- authors  = [
" Rory Linehan <[email protected] >" ]
4- version  = " 0.8.4" 
3+ authors  = [
4+     " Rory Linehan @rory-linehan" 
5+     " Marius Fersigan @algunion" 
6+     " RexWzh @RexWzh" 
7+     " Thatcher Chamberlin @ThatcherC" 
8+     " Nicu Stiurca @nstiurca" 
9+     " Peter @chengchingwen" 
10+     " Stefan Wojcik @stefanjwojcik" 
11+     " J S @svilupp" 
12+     " Logan Kilpatrick @logankilpatrick" 
13+     " Jerry Ling @Moelf" 
14+ ]
15+ version  = " 0.8.5" 
516
617[deps ]
718Dates  = " ade2ca70-3891-5945-98fb-dc099432e06a" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments