-
Notifications
You must be signed in to change notification settings - Fork 831
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
feat: Adding Custom Url Endpoints and Headers #2232
feat: Adding Custom Url Endpoints and Headers #2232
Conversation
/azp run |
No pipelines are associated with this pull request. |
cognitive/src/main/scala/com/microsoft/azure/synapse/ml/services/CognitiveServiceBase.scala
Outdated
Show resolved
Hide resolved
cognitive/src/main/scala/com/microsoft/azure/synapse/ml/services/CognitiveServiceBase.scala
Outdated
Show resolved
Hide resolved
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
cognitive/src/main/scala/com/microsoft/azure/synapse/ml/services/CognitiveServiceBase.scala
Outdated
Show resolved
Hide resolved
...rc/test/scala/com/microsoft/azure/synapse/ml/services/openai/OpenAIChatCompletionSuite.scala
Outdated
Show resolved
Hide resolved
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.
Put a few changes in for you other than that if everything passes after should be good to go
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2232 +/- ##
==========================================
- Coverage 84.43% 84.37% -0.07%
==========================================
Files 327 327
Lines 16715 16731 +16
Branches 1495 1508 +13
==========================================
+ Hits 14114 14116 +2
- Misses 2601 2615 +14 ☔ View full report in Codecov by Sentry. |
…es/openai/OpenAIChatCompletionSuite.scala set 'Custom Endpoint' test to be ignored Co-authored-by: Mark Hamilton <[email protected]>
…es/CognitiveServiceBase.scala removed scalastyle and fixed syntax error Co-authored-by: Mark Hamilton <[email protected]>
/azp run |
Commenter does not have sufficient privileges for PR 2232 in repo microsoft/SynapseML |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Related Issues/PRs
Adding custom base url and headers to access additional OpenAI endpoint deployments
What changes are proposed in this pull request?
How is this patch tested?
Does this PR change any dependencies?
Does this PR add a new feature? If so, have you added samples on website?
website/docs/documentation
folder.Make sure you choose the correct class
estimators/transformers
and namespace.DocTable
points to correct API link.yarn run start
to make sure the website renders correctly.<!--pytest-codeblocks:cont-->
before each python code blocks to enable auto-tests for python samples.WebsiteSamplesTests
job pass in the pipeline.