Skip to content

Commit

Permalink
[chore]: 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
qogustj committed Jul 11, 2024
1 parent e0ecd88 commit 084af85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/Nunbody/external/WindyfloMailClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@RequiredArgsConstructor
public class WindyfloMailClient {
private final String FIND_MAIL_URL = "https://windyflo.com/api/v1/prediction/05d769b1-0a34-49c5-83d3-6b92c1d650f8";
private final String CREATE_MAIL_URL = "https://windyflo.com/api/v1/prediction/fd835f04-0889-4f19-8d97-508901854a76";
private final String CREATE_MAIL_URL = "https://windyflo.com/api/v1/prediction/12434af5-c955-4d7e-a613-1d28b0b4f169";
private final RestTemplate restTemplate;

public ConversationQARes findMailInVectorDB(String question) {
Expand Down

0 comments on commit 084af85

Please sign in to comment.