Documentation
¶
Index ¶
Constants ¶
View Source
const ( CORP_OPENAI = "OpenAI" CORP_BAIDU = "Baidu" CORP_XFYUN = "Xfyun" CORP_ALIYUN = "Aliyun" CORP_MIDJOURNEY = "Midjourney" )
View Source
const ( ChatMessageRoleSystem = "system" ChatMessageRoleUser = "user" ChatMessageRoleAssistant = "assistant" ChatMessageRoleFunction = "function" ChatMessageRoleTool = "tool" )
Chat message role defined by the OpenAI API.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.