Package com.unfbx.chatgpt.entity.chat
Class BaseChatCompletion
- java.lang.Object
-
- com.unfbx.chatgpt.entity.chat.BaseChatCompletion
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ChatCompletion,ChatCompletionWithPicture
public class BaseChatCompletion extends Object implements Serializable
描述: chat模型基础类- Since:
- 1.1.2 2023-11-10
- Author:
- https:www.unfbx.com
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBaseChatCompletion.Model最新模型参考官方文档: 官方稳定模型列表
-
Constructor Summary
Constructors Constructor Description BaseChatCompletion()
-