OpenHands uses LiteLLM to make calls to Azure’s chat models. You can find their documentation on using Azure as a provider here.
-e
in the
docker run command:
LLM_API_VERSION="<api-version>" # e.g. "2023-05-15"
docker run -it --pull=always \
-e LLM_API_VERSION="2023-05-15"
...
LLM
tab:
Advanced
options.Custom Model
to azure/<deployment-name>Base URL
to your Azure API Base URL (e.g. https://example-endpoint.openai.azure.com
)API Key
to your Azure API key-e
in the
docker run command:
LLM_API_VERSION="<api-version>" # e.g. "2024-02-15-preview"
Was this page helpful?