Skip to content

Commit

Permalink
Update README to use GPT-4o
Browse files Browse the repository at this point in the history
  • Loading branch information
otiai10 committed May 13, 2024
1 parent 8284fad commit 12adbec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (
func main() {
client := openaigo.NewClient(os.Getenv("OPENAI_API_KEY"))
request := openaigo.ChatRequest{
Model: "gpt-3.5-turbo",
Model: "gpt-4o",
Messages: []openaigo.Message{
{Role: "user", Content: "Hello!"},
},
Expand Down

0 comments on commit 12adbec

Please sign in to comment.