-
Notifications
You must be signed in to change notification settings - Fork 18
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
[OpenAPI] Add endpoint for list of deployment models #294
[OpenAPI] Add endpoint for list of deployment models #294
Conversation
어떤 이슈에 대응하기 위한 것인가요? |
#169 이 이슈입니다 |
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.
좋은데요? 우선 리뷰 코멘트 남겼구요, 이제 관련 테스트 코드도 추가해 보시지요.
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.
리뷰 코멘트 남겨뒀습니다!
…ub.com/jihyunmoon16/azure-openai-sdk-proxy into feature/169-deployment-models-endpoint
test/AzureOpenAIProxy.AppHost.Tests/ApiApp/Endpoints/GetDeploymentModelsOpenApiTest.cs
Show resolved
Hide resolved
test/AzureOpenAIProxy.AppHost.Tests/ApiApp/Endpoints/GetDeploymentModelsOpenApiTest.cs
Show resolved
Hide resolved
test/AzureOpenAIProxy.AppHost.Tests/ApiApp/Endpoints/GetDeploymentModelsOpenApiTest.cs
Show resolved
Hide resolved
test/AzureOpenAIProxy.AppHost.Tests/ApiApp/Endpoints/GetDeploymentModelsOpenApiTest.cs
Outdated
Show resolved
Hide resolved
@jihyunmoon16 좋습니다! 앞에서 코드리뷰한 부분을 수정해 보면 될 듯 해요. |
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.
테스트 관련 코멘트 남겨뒀습니다. 아래 링크에서 유민경님께서 고민한 부분을 함께 고민해 보세요.
test/AzureOpenAIProxy.AppHost.Tests/ApiApp/Endpoints/GetDeploymentModelsOpenApiTest.cs
Outdated
Show resolved
Hide resolved
test/AzureOpenAIProxy.AppHost.Tests/ApiApp/Endpoints/GetDeploymentModelsOpenApiTest.cs
Outdated
Show resolved
Hide resolved
test/AzureOpenAIProxy.AppHost.Tests/ApiApp/Endpoints/GetDeploymentModelsOpenApiTest.cs
Outdated
Show resolved
Hide resolved
test/AzureOpenAIProxy.AppHost.Tests/ApiApp/Endpoints/GetDeploymentModelsOpenApiTest.cs
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.
수고하셨습니다! LGTM!
-이 클래스는 모델 아이디, 모델 이름, 그리고 버전 정보를 가지고 있도록 만들었습니다. (id만 필수값으로 정했어요)
테스트 코드도 곧 추가하겠습니다!