-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Improve (#356) to support registration of wildcard URLs #359
Conversation
Codecov Report
@@ Coverage Diff @@
## master #359 +/- ##
=======================================
Coverage 95.22% 95.22%
=======================================
Files 17 17
Lines 670 670
=======================================
Hits 638 638
Misses 22 22
Partials 10 10 |
@sashabaranov please review. I have a larger PR I'm working on for Azure DALL-E 2 support, however this is a simple change which allows test support for Azure OpenAI endpoints. |
@sashabaranov let me know if you have any questions about the need for wildcard support in the test handlers? If the project is going to provide first class support for Azure OpenAI then support for wildcard handlers is required due to the deployment name being a component of the URL structure : /openai/deployments/{model}/chat/completions?api-version={api_version} |
LGTM |
models: add *-0613 models (sashabaranov#361)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the PR!
Improve on (#356) issue to support wildcard URLs required by Azure API path structure
Add Azure ChatCompletions test cases including test of custom deployment name