Skip to content

Commit

Permalink
Merge pull request #21 from JunKyung-Jo/feat/chat
Browse files Browse the repository at this point in the history
FIX : commit 안된 파일
  • Loading branch information
NameIsUser06 authored Dec 15, 2023
2 parents eea7d5a + 17e0ce0 commit 1e5ea57
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
package com.investment.findfriend.global.feign.dto.response.gpt;

import com.investment.findfriend.global.feign.dto.request.gpt.ChatGPTMessage;
import lombok.Getter;

@Getter
public class GeneratedMessage {
private String text;
private ChatGPTMessage message;
}

0 comments on commit 1e5ea57

Please sign in to comment.