Skip to content

Commit

Permalink
Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudall committed Apr 29, 2024
1 parent 6fb9bd1 commit fd1ccbb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spec/openai/client/messages_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
thread_id: thread_id,
parameters: {
metadata: { modified: "true" }
},
}
)
end

Expand Down
2 changes: 1 addition & 1 deletion spec/openai/client/run_steps_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
parameters: {
model: "gpt-4",
name: "OpenAI-Ruby test assistant",
instructions: "You are a Ruby dev bot. When asked a question, write and run Ruby code to answer the question"
instructions: "When asked a question, write and run Ruby code to answer the question"
}
)["id"]
end
Expand Down
2 changes: 1 addition & 1 deletion spec/openai/client/runs_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
parameters: {
model: "gpt-4",
name: "OpenAI-Ruby test assistant",
instructions: "You are a Ruby dev bot. When asked a question, write and run Ruby code to answer the question"
instructions: "When asked a question, write and run Ruby code to answer the question"
}
)["id"]
end
Expand Down

0 comments on commit fd1ccbb

Please sign in to comment.