You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code-generated AzureOpenAIModelFactory includes methods for Embeddings and non-Chat completions, yet conspicuously lacks support for Chat Completions. The underlying reason for code generation not emitting these automatically should be explored, but in parallel:
We should implement (manually or not) model factory parity for all public methods (notably absent now: chat)
We should implement test coverage for the model factory
The text was updated successfully, but these errors were encountered:
github-actionsbot
added
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
labels
Jun 20, 2023
joseharriaga
added
OpenAI
Client
This issue points to a problem in the data-plane of the library.
and removed
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
labels
Jun 21, 2023
Library name
Azure.AI.OpenAI
Please describe the feature.
The code-generated
AzureOpenAIModelFactory
includes methods for Embeddings and non-Chat completions, yet conspicuously lacks support for Chat Completions. The underlying reason for code generation not emitting these automatically should be explored, but in parallel:The text was updated successfully, but these errors were encountered: