Skip to content

Conversation

@rpanackal
Copy link
Member

@rpanackal rpanackal commented Oct 1, 2024

Context

AI/ai-sdk-java-backlog#41.

Smoke test for OpenAI model declaration and additional test endpoint.

Feature scope:

  • Detect inclusion of new OpenAI model by AI Core that are not declared in our SDK.
  • Test endpoint to create configuration by OpenAI model and deploy it directly.

Definition of Done

  • Functionality scope stated & covered
  • Tests cover the scope above
  • Error handling created / updated & covered by the tests above
  • Aligned changes with the JavaScript SDK
  • Documentation updated
  • Release notes updated

public static final OpenAiModel DALL_E_3 = new OpenAiModel("dall-e-3");

/** Azure OpenAI GPT-4o Mini chat completions model */
public static final OpenAiModel GPT_4O_MINI = new OpenAiModel("gpt-4o-mini");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please keep the alphabetic order

@rpanackal rpanackal merged commit cec53dc into main Oct 1, 2024
@rpanackal rpanackal deleted the test/openai-model-availability branch October 1, 2024 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants