File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5555 name : Generate model literals
5656 entry : sh -c 'python src/litai/utils/update_model_list.py && git add src/litai/utils/supported_public_models.py'
5757 language : python
58- additional_dependencies : [lightning-sdk>=2025.08.08]
58+ additional_dependencies : [lightning-sdk>=2025.08.08.post1 ]
5959 pass_filenames : false
6060
6161exclude : |
Original file line number Diff line number Diff line change 1111# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212# See the License for the specific language governing permissions and
1313# limitations under the License.
14- __version__ = "0.0.8 "
14+ __version__ = "0.0.9 "
1515__author__ = "Lightning-AI et al."
1616__author_email__ = "[email protected] " 1717__copyright__ = f"Copyright (c) 2025, { __author__ } ."
Original file line number Diff line number Diff line change 3737 "lightning-ai/gpt-oss-20b" ,
3838 "openai/gpt-4" ,
3939 "openai/gpt-4o" ,
40- "openai/gpt-5-2025-08-07 " ,
41- "openai/gpt-5-mini-2025-08-07 " ,
42- "openai/gpt-5-nano-2025-08-07 " ,
40+ "openai/gpt-5" ,
41+ "openai/gpt-5-mini" ,
42+ "openai/gpt-5-nano" ,
4343 "openai/o3-mini" ,
4444)
4545ModelLiteral = Literal [
5151 "lightning-ai/gpt-oss-20b" ,
5252 "openai/gpt-4" ,
5353 "openai/gpt-4o" ,
54- "openai/gpt-5-2025-08-07 " ,
55- "openai/gpt-5-mini-2025-08-07 " ,
56- "openai/gpt-5-nano-2025-08-07 " ,
54+ "openai/gpt-5" ,
55+ "openai/gpt-5-mini" ,
56+ "openai/gpt-5-nano" ,
5757 "openai/o3-mini" ,
5858]
You can’t perform that action at this time.
0 commit comments