-
Notifications
You must be signed in to change notification settings - Fork 8
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
fix: Update model lists and model availability test #348
Conversation
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.
need release notes, maybe add a @deperecated This model is not usable anymore
tag in the Javadoc
foundation-models/openai/src/main/java/com/sap/ai/sdk/foundationmodels/openai/OpenAiModel.java
Show resolved
Hide resolved
foundation-models/openai/src/main/java/com/sap/ai/sdk/foundationmodels/openai/OpenAiModel.java
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.
Should we also deprecate models that are deprecated by AI Core but still usable?
https://me.sap.com/notes/3437766
@newtork
…nto update-openAI-models-and-test
|
sample-code/spring-app/src/test/java/com/sap/ai/sdk/app/controllers/ScenarioTest.java
Outdated
Show resolved
Hide resolved
foundation-models/openai/src/main/java/com/sap/ai/sdk/foundationmodels/openai/OpenAiModel.java
Outdated
Show resolved
Hide resolved
As discussed we'll propagate deprecation notices, may attach date hints. If our current embedding model is considered deprecated and we cannot simply switch, please consider creating a BLI to track progress and alignment with JS. |
sample-code/spring-app/src/test/java/com/sap/ai/sdk/app/controllers/ScenarioTest.java
Outdated
Show resolved
Hide resolved
…and-test # Conflicts: # sample-code/spring-app/src/test/java/com/sap/ai/sdk/app/controllers/ScenarioTest.java
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.
After discussing with PO we plan to migrate this test from release-blocking to scheduled workflow action, ideally to create PRs automatically for updating model list and deprecation state.
I summarized our findings above. A BLI will be used to track progress.
Context
Feature scope:
Definition of Done
Error handling created / updated & covered by the tests aboveAligned changes with the JavaScript SDKDocumentation updatedRelease notes updated