Authenticate your requests to Adaptive
You can copy your API key from the bottom left of the Adaptive UI.
Authorization
HTTP Header as such:
Adaptive
client, as such:
$ADAPTIVE_API_KEY
instead of explicitly passing it to the Adaptive
client.
If you are using the OpenAI Python library to make inference requests, you can configure the OpenAI Client as such: