essentials

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 23, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const ColorMain = "#1ABC9C"
View Source
const ColorMainText = "#FFFFFF"
View Source
const ColorNephritis = "#27ae60"
View Source
const DefaultAssistantPrompt = "You are an AI assistant that helps people find information."
View Source
const Version = "0.1.0"

Variables

View Source
var ColorRoleMap = map[ChatRole]string{
	User:      ColorMain,
	System:    "#9b59b6",
	Assistant: "#3498db",
}

Functions

This section is empty.

Types

type ChatRole

type ChatRole = string
const (
	User      ChatRole = "user"
	Assistant ChatRole = "assistant"
	System    ChatRole = "system"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL