Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chat ¶
type Chat struct { UpdatedAt time.Time `db:"updated_at"` ID string `db:"id"` ChatTitle string `db:"title"` SystemMessage string `db:"system_message"` ModelName string `db:"model_name"` IsAnonymous bool `db:"is_anonymous"` IsMultiModal bool `db:"is_multi_modal"` }
func (Chat) Description ¶
func (Chat) FilterValue ¶
type Gollama ¶
var GollamaInstance Gollama
func (*Gollama) CreateChat ¶
creates a new chat in the sqlite database with the given Chat struct
func (*Gollama) DeleteChat ¶ added in v0.1.11
deletes a chat from the sqlite database with the given ID
Click to show internal directories.
Click to hide internal directories.