test(test_stream_chunk_builder.py): fix setting api key

This commit is contained in:
Krrish Dholakia 2023-11-24 11:47:48 -08:00
parent 2e8d582a34
commit c75e90663c
2 changed files with 277 additions and 278 deletions

View file

@ -33,7 +33,6 @@ function_schema = {
def test_stream_chunk_builder():
try:
litellm.set_verbose = False
litellm.api_key = os.environ["OPENAI_API_KEY"]
response = completion(
model="gpt-3.5-turbo",
messages=messages,