ack72tdp

Results 2 comments of ack72tdp

BTW, I also set LLM_API_BASE, LLM_API_KEY, LLM_MODEL, AZURE_API_BASE, AZURE_API_VERSION .. both base is set same ..

Yes it works fine .. with this basic example like below .. from litellm import completion import httpx import os ## set ENV variables os.environ["AZURE_API_KEY"] = "" os.environ["AZURE_API_BASE"] = ""...