Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Azure AI endpoints #4

Merged
merged 3 commits into from
Oct 19, 2024
Merged

Implement Azure AI endpoints #4

merged 3 commits into from
Oct 19, 2024

Conversation

thekid
Copy link
Member

@thekid thekid commented Oct 19, 2024

These differ in the way they pass the API key and that they need an API version:

- use com\openai\rest\OpenAIEndpoint;
+ use com\openai\rest\AzureAIEndpoint;

- new OpenAIEndpoint('https://APIKEY@api.openai.com/v1');
+ new AzureAIEndpoint('https://APIKEY@example.openai.azure.com/openai/deployments/gpt-4-mini', '2024-02-01');

Otherwise, the code is the same.

These differ in the way they pass the API key and that they need an API version
@thekid thekid added the enhancement New feature or request label Oct 19, 2024
@thekid thekid merged commit 17d0c68 into main Oct 19, 2024
12 checks passed
@thekid thekid deleted the feature/azure-ai branch October 27, 2024 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant