TASK:LLM;

This commit is contained in:
shahaibo
2025-05-21 21:03:15 +08:00
parent 9614985690
commit 94e00459b6
3 changed files with 102 additions and 4 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, Boolean enableThinking);
SseEmitter stream(String prompt, Long projectId, String fileUrl, List<String> imageUrlList, String token, Boolean enableThinking, String process);
Long chatCreateProject(String prompt, String process, String fileUrl, List<String> imageUrlList);