fix test name (#22)

william/cot_sc
Harrison Chase 2 years ago committed by GitHub
parent 21b10ffb13
commit d2fdcba29d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,8 +3,8 @@
from langchain.llms.openai import OpenAI
def test_cohere_call() -> None:
"""Test valid call to cohere."""
def test_openai_call() -> None:
"""Test valid call to openai."""
llm = OpenAI(max_tokens=10)
output = llm("Say foo:")
assert isinstance(output, str)

Loading…
Cancel
Save