class

ConstructionKit::Server

Inherits Reference < Object

Constants

DEFAULT_DATA_DIR = File.join(ENV.fetch("XDG_DATA_HOME", File.join(Path.home.to_s, ".local", "share")), "microgpt")
STATIC_DIR = File.join("/tmp/tmp.ohLNNg/src/src/construction_kit", "public")

Constructors

new(host : String = "127.0.0.1", port : Int32 = 8080, data_dir : String = DEFAULT_DATA_DIR)
Source

Instance methods

chat_tools_used
Source
start
Source