chore: disable passlib log

This commit is contained in:
Timothy J. Baek 2024-01-05 12:22:27 -08:00
parent ca2ff93c3c
commit 5e6d946f83
2 changed files with 12 additions and 12 deletions

View file

@ -144,7 +144,7 @@ export const generateTitle = async (token: string = '', model: string, prompt: s
},
body: JSON.stringify({
model: model,
prompt: `Generate a brief 3-5 word title for this question, excluding the term 'title.' Then, please reply with only the title: ${prompt}`,
prompt: `Create a concise, 3-5 word phrase as a header for the following query, strictly adhering to the 3-5 word limit and avoiding the use of the word 'title': ${prompt}`,
stream: false
})
})