Skip to content

Commit

Permalink
fix(deps):Add transition plan for GPT-3.5 Turbo to GPT-4o
Browse files Browse the repository at this point in the history
- A comprehensive comparison of GPT-3.5 Turbo and GPT-4o models, focusing on performance and cost improvements.
- Documentation updates highlighting the planned deprecation of gpt-3.5-turbo-0301 on February 13, 2025.
- Clear migration guidelines for transitioning to GPT-4o or GPT-4o mini to ensure service continuity.

Signed-off-by: 100daysofdevops <[email protected]>
  • Loading branch information
100daysofdevops authored Nov 26, 2024
1 parent aaea0ac commit d2a927f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/auth/add.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (

const (
defaultBackend = "openai"
defaultModel = "gpt-3.5-turbo"
defaultModel = "gpt-4o"
)

var addCmd = &cobra.Command{
Expand Down

0 comments on commit d2a927f

Please sign in to comment.