-
Notifications
You must be signed in to change notification settings - Fork 856
docs: update openai compeletion doc, fix failed OpenAI test #2348
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
docs: update openai compeletion doc, fix failed OpenAI test #2348
Conversation
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2348 +/- ##
==========================================
- Coverage 83.67% 81.16% -2.52%
==========================================
Files 331 331
Lines 17177 17177
Branches 1526 1526
==========================================
- Hits 14373 13941 -432
- Misses 2804 3236 +432 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
...ve/src/test/scala/com/microsoft/azure/synapse/ml/services/openai/OpenAICompletionSuite.scala
Outdated
Show resolved
Hide resolved
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Looks like theres still a few instances of the old mopdel in the langchain tests |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
| deployment_name="gpt-35-turbo", | ||
| model_name="gpt-35-turbo", |
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.
these are the lines you should change to 4o IIUC
cognitive/src/test/python/synapsemltest/services/langchain/test_LangchainTransform.py
Outdated
Show resolved
Hide resolved
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
.../Explore Algorithms/AI Services/Quickstart - Document Question and Answering with PDFs.ipynb
Show resolved
Hide resolved
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
OpenAI UnitTest is cancelled on master with unreported error. This PR disable completion test and replace Completion with ChatCompletion for DefaultSuite and should make it OpenAI tests green.