Skip to content

Commit

Permalink
api url 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
qogustj committed Jul 3, 2024
1 parent 31f87b7 commit 4f4e2ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/Nunbody/external/WindyfloMailClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
@Service
@RequiredArgsConstructor
public class WindyfloMailClient {
private final String FIND_MAIL_URL = "https://windyflo.com/api/v1/prediction/a7800245-8f8e-4933-bab2-7776c22a5da8";
private final String CREATE_MAIL_URL = "https://windyflo.com/api/v1/prediction/2b8a91d7-cdfe-434b-9672-d9bb3cb6faa1";
private final String FIND_MAIL_URL = "https://windyflo.com/api/v1/prediction/2eb15033-681a-410b-8577-2b69d8e309d4";
private final String CREATE_MAIL_URL = "https://windyflo.com/api/v1/prediction/f66b8ade-2393-4a1a-ae48-a23c258b460a";
private final RestTemplate restTemplate;

public ConversationQARes findMailInVectorDB(String question) {
Expand Down

0 comments on commit 4f4e2ab

Please sign in to comment.