system prompt client global and project
This commit is contained in:
@@ -22,7 +22,7 @@ function getProject(id) {
|
|||||||
|
|
||||||
function updateProject(id, fields = {}) {
|
function updateProject(id, fields = {}) {
|
||||||
const db = getDB();
|
const db = getDB();
|
||||||
const allowed = ['name', 'description', 'colour', 'icon', 'isolated', 'notes'];
|
const allowed = ['name', 'description', 'colour', 'icon', 'isolated', 'notes', 'system_prompt'];
|
||||||
const updates = [];
|
const updates = [];
|
||||||
const values = [];
|
const values = [];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user