diff --git a/README.md b/README.md index 2464414..008a2d1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ ## 1. 개발환경 ------ | 환경 분류 | 버전 | |-------------------------|---------| | JDK | Java 17 | @@ -21,7 +20,6 @@ ## 2. 사용방법 ---- 1. src/main/resources/config 패키지가 없다면 구성하며, 해당위치에 application-xxx-local.yml 형태의 파일을 생성합니다. @@ -43,8 +41,6 @@ spring.profiles.active=multiflex-xxx ## 3. API Endpoint ----- - | End point | 설명 | |-------------------------------------------------|-----------------------| | http://localhost:8000//api/v1/chatGpt/modelList | 사용가능한 모델리스트를 조회합니다 |