TASK:LLM;

This commit is contained in:
shahaibo
2025-05-20 16:02:38 +08:00
parent 46820505ae
commit 588202311c
2 changed files with 29 additions and 13 deletions

View File

@@ -31,7 +31,7 @@ import java.util.Set;
*/
public interface LLMService {
SseEmitter stream(String prompt, Long projectId, String fileUrl, List<String> imageUrlList, String token);
SseEmitter stream(String prompt, Long projectId, String fileUrl, List<String> imageUrlList, String token, Boolean enableThinking);
Long chatCreateProject(String prompt, String process);