File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
greatjourney/src/main/java/backend/greatjourney/global/gpt/service Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ private GptTop3LiteResponse toLite(GptRankResponse full) {
221221 var items = full .top3 ().stream ()
222222 .map (t -> new GptTop3LiteResponse .Item (
223223 t .name (),
224- "https://ddo123.s3.ap-northeast-2.amazonaws.com/test_images/615416da-bbbd-44c6-9b1a-b342df2b4931_Group%202085667687 .png" ,
224+ "https://ddo123.s3.ap-northeast-2.amazonaws.com/test_images/46460912-913d-449f-b7e0-5238aac37639_Group%25202085667687 .png" ,
225225 t .country (),
226226 t .id ().toString ()
227227 ))
@@ -250,7 +250,7 @@ public GptTrailFullResponse getTrailFullFromCache(String courseId) {
250250
251251 return new GptTrailFullResponse (
252252 top .name (),
253- "https://ddo123.s3.ap-northeast-2.amazonaws.com/test_images/615416da-bbbd-44c6-9b1a-b342df2b4931_Group%202085667687 .png" ,
253+ "https://ddo123.s3.ap-northeast-2.amazonaws.com/test_images/46460912-913d-449f-b7e0-5238aac37639_Group%25202085667687 .png" ,
254254 top .country (),
255255 top .id ().toString (),
256256 top .ai_summary (),
You can’t perform that action at this time.
0 commit comments