blob: 6512a37e3aea5791c592636498e459269d2b02d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
ChatAPI = "http://localhost:8080/v1/chat/completions"
CompletionAPI = "http://localhost:8080/completion"
EmbedURL = "http://localhost:8080/v1/embeddings"
ShowSys = true
LogFile = "log.txt"
UserRole = "user"
ToolRole = "tool"
AssistantRole = "assistant"
AssistantIcon = "<🤖>: "
UserIcon = "<user>: "
ToolIcon = "<ï‚>>: "
SysDir = "sysprompts"
ChunkLimit = 100000
|