Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatMarkdown ¶
func FormatMarkdownImage ¶
func FormatText ¶
func ImageToAscii ¶
Fonction pour convertir une image en ASCII art
Types ¶
type ChatModel ¶
type ChatModel struct { Messages []Message Err error Workspace string ResType string ResName string Loading bool Debug bool Local bool Headers []string SendMessage func(ctx context.Context, workspace string, resType string, resName string, message string, debug bool, local bool, headers []string) (string, error) SendMessageStream func(ctx context.Context, workspace string, resType string, resName string, message string, debug bool, local bool, headers []string, onChunk func(string)) error // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.