We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0378d5 commit 8479c28Copy full SHA for 8479c28
examples/example5.lua
@@ -30,8 +30,7 @@ local two_numbers = {
30
31
local chat = client:new_chat_session({
32
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",
+ model = "gpt-4",
35
messages = {
36
{
37
role = "system",
0 commit comments