Skip to content

Commit 018f824

Browse files
authored
feat: Update call_azure_litellm.py - print excessive prints (#301)
1 parent 4c408d2 commit 018f824

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/sample_code/call_azure_litellm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
print(f'{os.environ["AZURE_API_BASE"]=}')
1414
print(f'{os.environ["AZURE_API_VERSION"]=}')
15-
print(f'os.environ["AZURE_OPENAI_API_KEY"]={os.environ["AZURE_OPENAI_API_KEY"][:2]}..{os.environ["AZURE_OPENAI_API_KEY"][-2:]}')
1615

1716
# litellm._turn_on_debug()
1817
response = completion(model='azure/gpt-4.1-mini', messages=[{'content': 'Hello, how are you?', 'role': 'user'}])

0 commit comments

Comments
 (0)