TASK:LLM;
This commit is contained in:
@@ -31,9 +31,9 @@ import java.util.Set;
|
||||
*/
|
||||
public interface LLMService {
|
||||
|
||||
SseEmitter stream(String prompt, Long projectId, String fileUrl, String token);
|
||||
SseEmitter stream(String prompt, Long projectId, String fileUrl, List<String> imageUrlList, String token);
|
||||
|
||||
Long chatCreateProject(String prompt);
|
||||
Long chatCreateProject(String prompt, String process);
|
||||
|
||||
List<String> uploadFile(MultipartFile file);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user