Skip to content

Commit 8479c28

Browse files
committed
update example
1 parent f0378d5 commit 8479c28

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/example5.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ local two_numbers = {
3030

3131
local chat = client:new_chat_session({
3232
temperature = 0,
33-
-- model = "gpt-3.5-turbo-0613", -- In my testing, gpt-3.5 is unable to figure it out
34-
model = "gpt-4-0613",
33+
model = "gpt-4",
3534
messages = {
3635
{
3736
role = "system",

0 commit comments

Comments
 (0)