TASK:LLM;
This commit is contained in:
@@ -58,8 +58,9 @@ public class LLMController {
|
|||||||
@RequestParam Long projectId,
|
@RequestParam Long projectId,
|
||||||
@RequestParam(required = false) String fileUrl,
|
@RequestParam(required = false) String fileUrl,
|
||||||
@RequestParam(required = false) List<String> imageUrlList,
|
@RequestParam(required = false) List<String> imageUrlList,
|
||||||
@RequestParam String token) {
|
@RequestParam String token,
|
||||||
return llmService.stream(prompt, projectId, fileUrl, imageUrlList, token);
|
@RequestParam Boolean enableThinking) {
|
||||||
|
return llmService.stream(prompt, projectId, fileUrl, imageUrlList, token, enableThinking);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ApiOperation(value = "对话创建项目")
|
@ApiOperation(value = "对话创建项目")
|
||||||
|
|||||||
Reference in New Issue
Block a user