Skip to content

Commit

Permalink
Merge pull request #207 from kelvinlauKL/main
Browse files Browse the repository at this point in the history
Adds gpt-4o
  • Loading branch information
Krivoblotsky committed May 15, 2024
2 parents 9959386 + 8c8d84f commit fd13a41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/OpenAI/Public/Models/Models/Models.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ public extension Model {
// Chat Completion
// GPT-4

/// `gpt-4o`, currently the most advanced, multimodal flagship model that's cheaper and faster than GPT-4 Turbo.
static let gpt4_o = "gpt-4o"

/// `gpt-4-turbo`, The latest GPT-4 Turbo model with vision capabilities. Vision requests can now use JSON mode and function calling and more. Context window: 128,000 tokens
static let gpt4_turbo = "gpt-4-turbo"

Expand Down

0 comments on commit fd13a41

Please sign in to comment.