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 585c882 commit 14e1f51Copy full SHA for 14e1f51
spec/fixtures/cassettes/gpt-3_5-turbo-0301_chat.yml
spec/openai/client/chat_spec.rb
@@ -167,16 +167,6 @@ def call(chunk)
167
end
168
169
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
178
179
180
context "with Ollama + model: llama3" do
181
let(:uri_base) { "http://localhost:11434" }
182
let(:provider) { "ollama" }
0 commit comments