update 5 files
This commit is contained in:
@@ -9,9 +9,7 @@ const geminiDescriptionEdit = async (description, geminiApiKey, location) => {
|
||||
if (location == "en") {
|
||||
prompt =
|
||||
description +
|
||||
" based on the text above, provide a detailed book description of similar length. Do not add any comments to the text, remain completely faithful to it. Only provide the book description, without using a title like book description.";
|
||||
console.log(prompt);
|
||||
|
||||
" based on the text above, provide a detailed book description of similar length. Do not add any comments to the text, remain completely faithful to it. Only provide the book description, without using a title like book description.";
|
||||
} else {
|
||||
prompt =
|
||||
description +
|
||||
|
||||
Reference in New Issue
Block a user