Skip to content
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

.Net: Java: In Java, it is not possible to disembiguate between model ID and deployment name #6229

Closed
matthewbolanos opened this issue May 13, 2024 · 0 comments
Labels
java Issue or PR regarding Java code

Comments

@matthewbolanos
Copy link
Member

In .NET, when creating an Azure OpenAI connection, you are required to provide a deployment name and an optional model ID. These two values can be different.

  • Deployment Name maps to the deployment in Azure
  • Model ID is the name of the underlying model

The Model ID is used within prompt.yaml files as part of its selection process.

@markwallace-microsoft markwallace-microsoft added .NET Issue or Pull requests regarding .NET code java Issue or PR regarding Java code triage labels May 13, 2024
@matthewbolanos matthewbolanos removed .NET Issue or Pull requests regarding .NET code triage labels May 13, 2024
@github-actions github-actions bot changed the title Java: In Java, it is not possible to disembiguate between model ID and deployment name .Net: Java: In Java, it is not possible to disembiguate between model ID and deployment name May 13, 2024
johnoliver added a commit to johnoliver/semantic-kernel that referenced this issue May 14, 2024
Allow setting deploymentName, fixes microsoft#6229
Fix some samples
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
java Issue or PR regarding Java code
Projects
None yet
Development

No branches or pull requests

2 participants