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" SysDir = "sysprompts" ChunkLimit = 100000