mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
test(test_stream_chunk_builder.py): fix setting api key
This commit is contained in:
parent
2e8d582a34
commit
c75e90663c
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