@@ -17,7 +17,7 @@ import java.util.List;
* @author tycoding
* @since 2024/1/19
*/
-@RequestMapping("/client/prompt")
+@RequestMapping("/client")
@RestController
@AllArgsConstructor
public class ClientModelController {
@@ -40,7 +40,7 @@ export function getPrompts(data: any) {
export function getChatModels() {
return http.get({
- url: '/aigc/model/getChatModels',
+ url: '/client/getChatModels',
});
}