I am currently looking to integrate the OpenAI GPT-4 model into my application. Here are the details I have:
- Endpoint:
https://xxxxxxxxxxxxxxx.openai.azure.com/
- Location/Region:
yyyyyyyyyyyyyyyyyyyyyyyy
- Key: *******************
- Deployment Name:
gpt-4o
- Model Name:
gpt-4o
- Model Version:
2024-05-13
I want to integrate it with chattr
. Could someone guide me on how to authenticate and make API requests to this endpoint?