feat: first cut at openai compatible server
This commit is contained in:
2
migrations/20260725000000_add_endpoint_port/up.sql
Normal file
2
migrations/20260725000000_add_endpoint_port/up.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE preferences ADD COLUMN endpoint_port INTEGER NOT NULL DEFAULT 4000
|
||||
CHECK (endpoint_port BETWEEN 1 AND 65535);
|
||||
Reference in New Issue
Block a user