package admin.service; /** * @author lj * @date 2025/2/23 13:41 */ public interface DeepSeekOpenApiService { void chatCompletions(String content); }