News

The main API for this project is meant to be a drop-in replacement to the OpenAI API, including Chat and Completions endpoints. It is 100% offline and private. It doesn't create any logs. It doesn't ...
def init_sample_data(): supplier1 = Supplier(1, "Supplier A", "[email protected]") supplier2 = Supplier(2, "Supplier B", "[email protected]") scm.add_supplier ...