Skip to content

Commit 2745cc7

Browse files
committed
use latest ChatGPT model as default
1 parent 62f0de0 commit 2745cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lyrics_openai_hyphenation.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ local https = osutils.internet
5353

5454
local config =
5555
{
56-
api_model = "gpt-4",
56+
api_model = "gpt-4o",
5757
temperature = 0.2, -- fairly deterministic
5858
add_hyphens_prompt = [[
5959
Hyphenate the following text, delimiting words with spaces and syllables with hyphens.

0 commit comments

Comments
 (0)