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 38cde4d commit 7ab50d6Copy full SHA for 7ab50d6
spec/ruby/openai/client/edits_spec.rb
@@ -1,7 +1,7 @@
1
RSpec.describe OpenAI::Client do
2
describe "#edits", :vcr do
3
let(:input) { "There are 7 days in a wek, and between 28 and 31 in a month." }
4
- let(:instruction) { "Fix the spelling mistakes" }
+ let(:instruction) { "Fix the misspelled word 'week'" }
5
let(:cassette) { "edits #{model} #{input}".downcase }
6
let(:response) do
7
OpenAI::Client.new.edits(
0 commit comments