Versions in this module Expand all Collapse all v0 v0.0.1 Mar 19, 2023 Changes in this version + func ChatApi(model string, openaiApiKey string, msgs []Msg) (string, error) + type Msg struct + Content string + Role Role + func (m *Msg) Pack() openaigo.ChatMessage + type Role string + const System + const User