package
module
Version:
v0.0.0-...-d00a6bf
Opens a new window with list of versions in this module.
Published: Apr 7, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Documentation
¶
type Completion struct {
Model string `json:"model"`
Messages interface{} `json:"messages"`
Temperature float64 `json:"temperature"`
}
type Message struct {
Role string `json:"role"`
Content string `json:"content"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.