Skip to content

Commit

Permalink
Merge pull request #69 from JSky74/gpt-4o-support
Browse files Browse the repository at this point in the history
Add support for gpt-4o models
  • Loading branch information
ronaldmannak authored Aug 26, 2024
2 parents bf4e816 + 9b4513b commit 1ce94bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Sources/OpenAIKit/Model/Model.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ extension Model {
case gpt40314 = "gpt-4-0314"
case gpt4_32k = "gpt-4-32k"
case gpt4_32k0314 = "gpt-4-32k-0314"
case gpt_4o = "gpt-4o"
case gpt_4o_0513 = "gpt-4o-2024-05-13"
case gpt_4o_mini = "gpt-4o-mini"
case gpt_4o_mini_0718 = "gpt-4o-mini-2024-07-18"
}

public enum GPT3: String, ModelID {
Expand Down

0 comments on commit 1ce94bb

Please sign in to comment.