consts

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CORP_OPENAI     = "OpenAI"
	CORP_AZURE      = "Azure"
	CORP_BAIDU      = "Baidu"
	CORP_XFYUN      = "Xfyun"
	CORP_ALIYUN     = "Aliyun"
	CORP_ZHIPUAI    = "ZhipuAI"
	CORP_GOOGLE     = "Google"
	CORP_DEEPSEEK   = "DeepSeek"
	CORP_360AI      = "360AI"
	CORP_MIDJOURNEY = "Midjourney"
	CORP_ANTHROPIC  = "Anthropic"
	CORP_GCP_CLAUDE = "GCPClaude"
	CORP_AWS_CLAUDE = "AWSClaude"
)
View Source
const (
	ROLE_SYSTEM    = "system"
	ROLE_USER      = "user"
	ROLE_ASSISTANT = "assistant"
	ROLE_FUNCTION  = "function"
	ROLE_TOOL      = "tool"
	ROLE_MODEL     = "model"
)
View Source
const (
	DELTA_TYPE_TEXT       = "text_delta"
	DELTA_TYPE_INPUT_JSON = "input_json_delta"
)
View Source
const (
	COMPLETION_ID_PREFIX     = "chatcmpl-"
	COMPLETION_OBJECT        = "chat.completion"
	COMPLETION_STREAM_OBJECT = "chat.completion.chunk"
)

Variables

View Source
var MIME_TYPE_MAP = map[string]string{
	"pdf":  "application/pdf",
	"js":   "application/x-javascript",
	"py":   "application/x-python",
	"jpg":  "image/jpeg",
	"png":  "image/png",
	"webp": "image/webp",
	"gif":  "image/gif",
	"txt":  "text/plain",
	"html": "text/html",
	"css":  "text/css",
	"md":   "text/md",
	"csv":  "text/csv",
	"xml":  "text/xml",
	"rtf":  "text/rtf",
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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