Skip to content

Commit

Permalink
use latest ChatGPT model as default
Browse files Browse the repository at this point in the history
  • Loading branch information
rpatters1 committed Jul 20, 2024
1 parent 62f0de0 commit 2745cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lyrics_openai_hyphenation.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ local https = osutils.internet

local config =
{
api_model = "gpt-4",
api_model = "gpt-4o",
temperature = 0.2, -- fairly deterministic
add_hyphens_prompt = [[
Hyphenate the following text, delimiting words with spaces and syllables with hyphens.
Expand Down

0 comments on commit 2745cc7

Please sign in to comment.