Skip to content

Commit

Permalink
refactor: 디렉토리 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
osoohynn committed Nov 28, 2024
1 parent f2acb01 commit 04e0f77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.project.oof.config;
package com.project.oof.gpt.config;

import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
package com.project.oof.dto;
package com.project.oof.gpt.dto;

import com.project.oof.dto.request.ChatRequestMsgDto;
import com.project.oof.gpt.dto.request.ChatRequestMsgDto;
import lombok.*;

import java.util.List;

/**
* 새로운 모델에 대한 요청 객체를 관리합니다. : gpt-4, gpt-4 turbo, gpt-3.5-turbo
*
* @author : lee
* @fileName : ChatCompletionDto
* @since : 1/18/24
*/

@Getter
@ToString
@NoArgsConstructor(access = AccessLevel.PROTECTED)
Expand Down

0 comments on commit 04e0f77

Please sign in to comment.