* Default to streaming in config * Add tokens to database * Add NEXT_PUBLIC_SOCKET_URL to .env.example * Disable streaming for functions * Add newline to types
4 lines
122 B
SQL
4 lines
122 B
SQL
-- AlterTable
|
|
ALTER TABLE "ModelOutput" ADD COLUMN "completionTokens" INTEGER,
|
|
ADD COLUMN "promptTokens" INTEGER;
|