Skip to content

Commit fd1ccbb

Browse files
committed
Rubocop
1 parent 6fb9bd1 commit fd1ccbb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

spec/openai/client/messages_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
thread_id: thread_id,
7171
parameters: {
7272
metadata: { modified: "true" }
73-
},
73+
}
7474
)
7575
end
7676

spec/openai/client/run_steps_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
parameters: {
1212
model: "gpt-4",
1313
name: "OpenAI-Ruby test assistant",
14-
instructions: "You are a Ruby dev bot. When asked a question, write and run Ruby code to answer the question"
14+
instructions: "When asked a question, write and run Ruby code to answer the question"
1515
}
1616
)["id"]
1717
end

spec/openai/client/runs_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
parameters: {
1515
model: "gpt-4",
1616
name: "OpenAI-Ruby test assistant",
17-
instructions: "You are a Ruby dev bot. When asked a question, write and run Ruby code to answer the question"
17+
instructions: "When asked a question, write and run Ruby code to answer the question"
1818
}
1919
)["id"]
2020
end

0 commit comments

Comments
 (0)