mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
test(test_stream_chunk_builder.py): fix setting api key
This commit is contained in:
parent
6f40fd8ee2
commit
e3766b01a0
2 changed files with 277 additions and 278 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue