Documentation
¶
Index ¶
- type API
- func (api *API) ChatCompletions(content string)
- func (api *API) CheckUsage() *common.CheckUsageResponse
- func (api *API) ClearConversations()
- func (api *API) CreateConversation(content string)
- func (api *API) DeleteConversation(conversationID string)
- func (api *API) GenerateTitle(conversationID string)
- func (api *API) GetConversation(conversationID string)
- func (api *API) GetConversations() *common.Conversations
- func (api *API) RenameTitle(conversationID string, title string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct { }
func (*API) ChatCompletions ¶
func (*API) CheckUsage ¶
func (api *API) CheckUsage() *common.CheckUsageResponse
func (*API) ClearConversations ¶
func (api *API) ClearConversations()
func (*API) CreateConversation ¶
func (*API) DeleteConversation ¶
func (*API) GenerateTitle ¶
func (*API) GetConversation ¶
func (*API) GetConversations ¶
func (api *API) GetConversations() *common.Conversations
func (*API) RenameTitle ¶
Click to show internal directories.
Click to hide internal directories.