Skip to content

Commit

Permalink
modify prompt to fit language for title, fixing #153
Browse files Browse the repository at this point in the history
  • Loading branch information
juzeon committed Dec 19, 2023
1 parent 6eb96df commit bc6b6ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/pages/IndexPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ function generateTitle() {
'with no more than a few words.\n' +
'- The first letter of all words should be capitalized.\n' +
'- Exclude punctuation.\n' +
'- Use the same langauge as the user\'s message.\n' +
'- Write just the title and nothing else. No introduction to yourself. No explanation. Just the title.\n'
let req: ConciseAnswerReq
if (workspace.backend === 'Sydney') {
Expand Down

0 comments on commit bc6b6ec

Please sign in to comment.