We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c408d2 commit 018f824Copy full SHA for 018f824
tools/sample_code/call_azure_litellm.py
@@ -12,7 +12,6 @@
12
13
print(f'{os.environ["AZURE_API_BASE"]=}')
14
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:]}')
16
17
# litellm._turn_on_debug()
18
response = completion(model='azure/gpt-4.1-mini', messages=[{'content': 'Hello, how are you?', 'role': 'user'}])
0 commit comments