We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7fd4a6 commit 3cbaa4eCopy full SHA for 3cbaa4e
1 file changed
backend/src/main/java/ch/xxx/aidoclibchat/usecase/service/ImageService.java
@@ -57,7 +57,6 @@ public class ImageService {
57
private final DocumentVsRepository documentVsRepository;
58
@Value("${image.result-size:20}")
59
private Long resultSize;
60
- //private final String systemPrompt = "You are a helpful assistent searching image descriptions.";
61
62
private record ResultData(String answer, ImageQueryDto imageQueryDto) {
63
}
0 commit comments