@Service
@ConditionalOnProperty(name="openai.type",
havingValue="chatgpt")
public class ChatGptOpenAiServiceImpl
extends Object
implements OpenAiService
public String send(String content)
send 在接口中 OpenAiServiceCopyright © 2025 Pivotal Software, Inc.. All rights reserved.