Skip to content

Commit

Permalink
chore: fix typo (#1055)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daviswhistle authored Jan 12, 2025
1 parent c3b68c8 commit 3c334fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions addon/prefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pref("__prefsPrefix__.chatGPT.model", "gpt-4o-mini");
pref("__prefsPrefix__.chatGPT.temperature", "1.0");
pref(
"__prefsPrefix__.chatGPT.prompt",
"As an academic expert with specialized knowledge in various fields, please provide a proficient and precise translation translation from ${langFrom} to ${langTo} of the academic text enclosed in 🔤. It is crucial to maintaining the original phrase or sentence and ensure accuracy while utilizing the appropriate language. The text is as follows: 🔤 ${sourceText} 🔤 Please provide the translated result without any additional explanation and remove 🔤.",
"As an academic expert with specialized knowledge in various fields, please provide a proficient and precise translation from ${langFrom} to ${langTo} of the academic text enclosed in 🔤. It is crucial to maintaining the original phrase or sentence and ensure accuracy while utilizing the appropriate language. The text is as follows: 🔤 ${sourceText} 🔤 Please provide the translated result without any additional explanation and remove 🔤.",
);
pref("__prefsPrefix__.chatGPT.stream", true);
pref("__prefsPrefix__.azureGPT.endPoint", "");
Expand All @@ -57,7 +57,7 @@ pref("__prefsPrefix__.azureGPT.apiVersion", "2023-05-15");
pref("__prefsPrefix__.azureGPT.temperature", "1.0");
pref(
"__prefsPrefix__.azureGPT.prompt",
"As an academic expert with specialized knowledge in various fields, please provide a proficient and precise translation translation from ${langFrom} to ${langTo} of the academic text enclosed in 🔤. It is crucial to maintaining the original phrase or sentence and ensure accuracy while utilizing the appropriate language. The text is as follows: 🔤 ${sourceText} 🔤 Please provide the translated result without any additional explanation and remove 🔤.",
"As an academic expert with specialized knowledge in various fields, please provide a proficient and precise translation from ${langFrom} to ${langTo} of the academic text enclosed in 🔤. It is crucial to maintaining the original phrase or sentence and ensure accuracy while utilizing the appropriate language. The text is as follows: 🔤 ${sourceText} 🔤 Please provide the translated result without any additional explanation and remove 🔤.",
);
pref("__prefsPrefix__.azureGPT.stream", true);
pref(
Expand All @@ -66,7 +66,7 @@ pref(
);
pref(
"__prefsPrefix__.gemini.prompt",
"As an academic expert with specialized knowledge in various fields, please provide a proficient and precise translation translation from ${langFrom} to ${langTo} of the academic text enclosed in 🔤. It is crucial to maintaining the original phrase or sentence and ensure accuracy while utilizing the appropriate language. The text is as follows: 🔤 ${sourceText} 🔤 Please provide the translated result without any additional explanation and remove 🔤.",
"As an academic expert with specialized knowledge in various fields, please provide a proficient and precise translation from ${langFrom} to ${langTo} of the academic text enclosed in 🔤. It is crucial to maintaining the original phrase or sentence and ensure accuracy while utilizing the appropriate language. The text is as follows: 🔤 ${sourceText} 🔤 Please provide the translated result without any additional explanation and remove 🔤.",
);
pref("__prefsPrefix__.gemini.stream", true);
pref(
Expand Down

0 comments on commit 3c334fd

Please sign in to comment.