Skip to content

Commit

Permalink
Merge pull request #70 from Capstone-Richam/feat/mailtest
Browse files Browse the repository at this point in the history
windyflo api url 변경
  • Loading branch information
qogustj authored Jul 3, 2024
2 parents 1a76861 + 4f4e2ab commit 5b25831
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 5b25831

Please sign in to comment.