TASK:LLM;
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user