Skip to content

Commit 14e1f51

Browse files
committed
Remove obsolete spec
1 parent 585c882 commit 14e1f51

File tree

2 files changed

+0
-116
lines changed

2 files changed

+0
-116
lines changed

spec/fixtures/cassettes/gpt-3_5-turbo-0301_chat.yml

Lines changed: 0 additions & 106 deletions
This file was deleted.

spec/openai/client/chat_spec.rb

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -167,16 +167,6 @@ def call(chunk)
167167
end
168168
end
169169

170-
context "with model: gpt-3.5-turbo-0301" do
171-
let(:model) { "gpt-3.5-turbo-0301" }
172-
173-
it "succeeds" do
174-
VCR.use_cassette(cassette) do
175-
expect(content.split.empty?).to eq(false)
176-
end
177-
end
178-
end
179-
180170
context "with Ollama + model: llama3" do
181171
let(:uri_base) { "http://localhost:11434" }
182172
let(:provider) { "ollama" }

0 commit comments

Comments
 (0)